#af0d67

Color #AF0D67 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AF0D67

Tints of Jazzberry Jam #AF0D67

Color information

#AF0D67 (or 0xAF0D67) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0D and 67. RGB value is (175,13,103). Sum of RGB (Red+Green+Blue) = 175+13+103=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0D67 is #50F298. Grayscale: #474747. Windows color (decimal): -5304985 or 6753711. OLE color: 6753711.

HSL color Cylindrical-coordinate representation of color #AF0D67: hue angle of 326.67º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D67 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17513103-
CMYK00.930.410.31
HSL326.67º86.17%36.86%-
HSV(B)326.67º92.57%68.63%-
XYZ20.2710.3813.77-
YUV71.7145.67201.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 60.14%
GREEN value IS 13 (5.47% from 255) = 4.47%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=60.14%
G=4.47%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751310300.930.410.31326.6786.1736.86
HexAFD6705D291F1475625
Octal257151470135513750712645
Binary101011111101110011101011101101001111111010001111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0d67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0d67; }

 p { color: rgb(175,13,103); }

 H1.HeaderClassName
 {
   color: #af0d67;
 }
 .AnyTagClassName
 {
   color: #af0d67;
 }
</style>
background-color css

<style>
 a { background-color: #af0d67; }

 a { background-color: rgb(175,13,103); }

 div.DivClassName
 {
   background-color: #af0d67;
 }
 .BgClassName
 {
   background-color: #af0d67;
 }
</style>
border-color css

<style>
 span { border-color: #af0d67; }

 span { border-color: rgb(175,13,103); }

 td.TdClassName
 {
   border-color: #af0d67;
 }
 .TagClassName
 {
   border-color: #af0d67;
 }
</style>