Html Css Color HEX #AF0858 Jazzberry Jam

📋 copy color: '#AF0858'

red 175 ◦ green 8 ◦ blue 88

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

Shades of Jazzberry Jam #AF0858

Tints of Jazzberry Jam #AF0858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

 BLUE value IS 88 (34.77% from 255) = 32.47%

R = 64.58%
G = 2.95%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF0858 (or 0xAF0858) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 58. RGB value is (175,8,88). Sum of RGB (Red+Green+Blue) = 175+8+88=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0858 is #50F7A7. Grayscale: #424242. Windows color (decimal): -5306280 or 5769391. OLE color: 5769391.

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

Color convert

RGB 175 8 88 -
CMYK 0 0.95 0.50 0.31
HSL 331.26º 0.91% 0.36% -
HSV(B) 331.26º 0.95% 0.69% -
XYZ 19.53 9.99 10.13 -
YUV 67.05 139.83 205 -
System Red Green Blue C M Y K H S L
Decimal 175 8 88 0 0.95 0.50 0.31 331.26 0.91 0.36
Hex AF 8 58 0 5F 32 1F 14B 5B 24
Octal 257 10 130 0 137 62 37 513 133 44
Binary 10101111 1000 1011000 0 1011111 110010 11111 101001011 1011011 100100

Color Harmonies of #AF0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0858

Black with #AF0858

Text Example


Text Example

White with #AF0858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0858; }

 p { color: rgb(175,8,88); }

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

background-color css

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

 a { background-color: rgb(175,8,88); }

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

border-color css

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

 span { border-color: rgb(175,8,88); }

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