Html Css Color HEX #AF0A59 Jazzberry Jam

📋 copy color: '#AF0A59'

red 175 ◦ green 10 ◦ blue 89

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

Shades of Jazzberry Jam #AF0A59

Tints of Jazzberry Jam #AF0A59

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

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

R = 63.87%
G = 3.65%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF0A59 (or 0xAF0A59) is known color: Jazzberry Jam. HEX triplet: AF, 0A and 59. RGB value is (175,10,89). Sum of RGB (Red+Green+Blue) = 175+10+89=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0A59 is #50F5A6. Grayscale: #444444. Windows color (decimal): -5305767 or 5835439. OLE color: 5835439.

HSL color Cylindrical-coordinate representation of color #AF0A59: hue angle of 331.27º degrees, saturation: 0.89, 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 #AF0A59 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 10 89 -
CMYK 0 0.94 0.49 0.31
HSL 331.27º 0.89% 0.36% -
HSV(B) 331.27º 0.94% 0.69% -
XYZ 19.59 10.05 10.36 -
YUV 68.34 139.66 204.08 -
System Red Green Blue C M Y K H S L
Decimal 175 10 89 0 0.94 0.49 0.31 331.27 0.89 0.36
Hex AF A 59 0 5E 31 1F 14B 59 24
Octal 257 12 131 0 136 61 37 513 131 44
Binary 10101111 1010 1011001 0 1011110 110001 11111 101001011 1011001 100100

Color Harmonies of #AF0A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A59

Black with #AF0A59

Text Example


Text Example

White with #AF0A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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