#AF0663

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

Shades of Jazzberry Jam #AF0663

Tints of Jazzberry Jam #AF0663

Color information

#AF0663 (or 0xAF0663) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 06 and 63. RGB value is (175,6,99). Sum of RGB (Red+Green+Blue) = 175+6+99=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0663 is #50F99C. Grayscale: #424242. Windows color (decimal): -5306781 or 6489775. OLE color: 6489775.

HSL color Cylindrical-coordinate representation of color #AF0663: hue angle of 326.98º 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 #AF0663 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB175699-
CMYK00.970.430.31
HSL326.98º93.37%35.49%-
HSV(B)326.98º96.57%68.63%-
XYZ2010.1512.71-
YUV67.13145.99204.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.5%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=62.5%
G=2.14%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17569900.970.430.31326.9893.3735.49
HexAF6630612B1F1475d23
Octal25761430141533750713543
Binary10101111110110001101100001101011111111010001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0663; }

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

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

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

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

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

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

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

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