Html Css Color HEX #AF0862 Jazzberry Jam

📋 copy color: '#AF0862'

red 175 ◦ green 8 ◦ blue 98

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

Shades of Jazzberry Jam #AF0862

Tints of Jazzberry Jam #AF0862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.88%

R = 62.28%
G = 2.85%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF0862 (or 0xAF0862) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 62. RGB value is (175,8,98). Sum of RGB (Red+Green+Blue) = 175+8+98=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0862 is #50F79D. Grayscale: #444444. Windows color (decimal): -5306270 or 6424751. OLE color: 6424751.

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

Color convert

RGB 175 8 98 -
CMYK 0 0.95 0.44 0.31
HSL 327.66º 0.91% 0.36% -
HSV(B) 327.66º 0.95% 0.69% -
XYZ 19.97 10.17 12.47 -
YUV 68.19 144.83 204.18 -
System Red Green Blue C M Y K H S L
Decimal 175 8 98 0 0.95 0.44 0.31 327.66 0.91 0.36
Hex AF 8 62 0 5F 2C 1F 148 5B 24
Octal 257 10 142 0 137 54 37 510 133 44
Binary 10101111 1000 1100010 0 1011111 101100 11111 101001000 1011011 100100

Color Harmonies of #AF0862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0862

Black with #AF0862

Text Example


Text Example

White with #AF0862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0862; }

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

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

background-color css

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

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

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

border-color css

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

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

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