#AF016D

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

Shades of Jazzberry Jam #AF016D

Tints of Jazzberry Jam #AF016D

Color information

#AF016D (or 0xAF016D) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 01 and 6D. RGB value is (175,1,109). Sum of RGB (Red+Green+Blue) = 175+1+109=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF016D is #50FE92. Grayscale: #414141. Windows color (decimal): -5308051 or 7143855. OLE color: 7143855.

HSL color Cylindrical-coordinate representation of color #AF016D: hue angle of 322.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF016D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB1751109-
CMYK00.990.380.31
HSL322.76º98.86%34.51%-
HSV(B)322.76º99.43%68.63%-
XYZ20.4510.2415.37-
YUV65.34152.65206.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=61.40%
G=0.35%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175110900.990.380.31322.7698.8634.51
HexAF16D063261F1436323
Octal25711550143463750314343
Binary101011111110110101100011100110111111010000111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF016D; }

 p { color: rgb(175,1,109); }

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

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

 a { background-color: rgb(175,1,109); }

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

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

 span { border-color: rgb(175,1,109); }

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