Html Css Color HEX #AF0B60 Jazzberry Jam

📋 copy color: '#AF0B60'

red 175 ◦ green 11 ◦ blue 96

#AF0B60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AF0B60

Tints of Jazzberry Jam #AF0B60

RGB

 RED value IS 175 (68.75% from 255) = 62.06%

 GREEN value IS 11 (4.69% from 255) = 3.9%

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 62.06%
G = 3.9%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF0B60 (or 0xAF0B60) is known color: Jazzberry Jam. HEX triplet: AF, 0B and 60. RGB value is (175,11,96). Sum of RGB (Red+Green+Blue) = 175+11+96=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B60 is #50F49F. Grayscale: #454545. Windows color (decimal): -5305504 or 6294447. OLE color: 6294447.

HSL color Cylindrical-coordinate representation of color #AF0B60: hue angle of 328.9º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B60 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 11 96 -
CMYK 0 0.94 0.45 0.31
HSL 328.9º 0.88% 0.36% -
HSV(B) 328.9º 0.94% 0.69% -
XYZ 19.91 10.2 11.99 -
YUV 69.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 175 11 96 0 0.94 0.45 0.31 328.9 0.88 0.36
Hex AF B 60 0 5E 2D 1F 149 58 24
Octal 257 13 140 0 136 55 37 511 130 44
Binary 10101111 1011 1100000 0 1011110 101101 11111 101001001 1011000 100100

Color Harmonies of #AF0B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B60

Black with #AF0B60

Text Example


Text Example

White with #AF0B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B60; }

 p { color: rgb(175,11,96); }

 H1.HeaderClassName
 {
   color: #AF0B60;
 }
 .AnyTagClassName
 {
   color: #AF0B60;
 }
</style>

background-color css

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

 a { background-color: rgb(175,11,96); }

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

border-color css

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

 span { border-color: rgb(175,11,96); }

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