#AF0469

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

Shades of Jazzberry Jam #AF0469

Tints of Jazzberry Jam #AF0469

Color information

#AF0469 (or 0xAF0469) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 04 and 69. RGB value is (175,4,105). Sum of RGB (Red+Green+Blue) = 175+4+105=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0469 is #50FB96. Grayscale: #424242. Windows color (decimal): -5307287 or 6882479. OLE color: 6882479.

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

Color convert

RGB1754105-
CMYK00.980.400.31
HSL324.56º95.53%35.1%-
HSV(B)324.56º97.71%68.63%-
XYZ20.2710.2214.27-
YUV66.64149.65205.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.62%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=61.62%
G=1.41%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175410500.980.400.31324.5695.5335.1
HexAF469062281F1456023
Octal25741510142503750514043
Binary10101111100110100101100010101000111111010001011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0469; }

 p { color: rgb(175,4,105); }

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

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

 a { background-color: rgb(175,4,105); }

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

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

 span { border-color: rgb(175,4,105); }

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