#AF0654

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

Shades of Jazzberry Jam #AF0654

Tints of Jazzberry Jam #AF0654

Color information

#AF0654 (or 0xAF0654) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 06 and 54. RGB value is (175,6,84). Sum of RGB (Red+Green+Blue) = 175+6+84=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0654 is #50F9AB. Grayscale: #414141. Windows color (decimal): -5306796 or 5506735. OLE color: 5506735.

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

Color convert

RGB175684-
CMYK00.970.520.31
HSL332.31º93.37%35.49%-
HSV(B)332.31º96.57%68.63%-
XYZ19.349.889.28-
YUV65.42138.49206.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.04%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=66.04%
G=2.26%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17568400.970.520.31332.3193.3735.49
HexAF654061341F14c5d23
Octal25761240141643751413543
Binary10101111110101010001100001110100111111010011001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0654; }

 p { color: rgb(175,6,84); }

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

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

 a { background-color: rgb(175,6,84); }

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

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

 span { border-color: rgb(175,6,84); }

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