Html Css Color HEX #AF0E59 Jazzberry Jam

📋 copy color: '#AF0E59'

red 175 ◦ green 14 ◦ blue 89

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

Shades of Jazzberry Jam #AF0E59

Tints of Jazzberry Jam #AF0E59

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.04%

 BLUE value IS 89 (35.16% from 255) = 32.01%

R = 62.95%
G = 5.04%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF0E59 (or 0xAF0E59) is known color: Jazzberry Jam. HEX triplet: AF, 0E and 59. RGB value is (175,14,89). Sum of RGB (Red+Green+Blue) = 175+14+89=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0E59 is #50F1A6. Grayscale: #464646. Windows color (decimal): -5304743 or 5836463. OLE color: 5836463.

HSL color Cylindrical-coordinate representation of color #AF0E59: hue angle of 332.05º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0E59 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 14 89 -
CMYK 0 0.92 0.49 0.31
HSL 332.05º 0.85% 0.37% -
HSV(B) 332.05º 0.92% 0.69% -
XYZ 19.64 10.15 10.38 -
YUV 70.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 175 14 89 0 0.92 0.49 0.31 332.05 0.85 0.37
Hex AF E 59 0 5C 31 1F 14C 55 25
Octal 257 16 131 0 134 61 37 514 125 45
Binary 10101111 1110 1011001 0 1011100 110001 11111 101001100 1010101 100101

Color Harmonies of #AF0E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0E59

Black with #AF0E59

Text Example


Text Example

White with #AF0E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0E59; }

 p { color: rgb(175,14,89); }

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

background-color css

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

 a { background-color: rgb(175,14,89); }

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

border-color css

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

 span { border-color: rgb(175,14,89); }

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