Html Css Color HEX #AF0B70 Jazzberry Jam

📋 copy color: '#AF0B70'

red 175 ◦ green 11 ◦ blue 112

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

Shades of Jazzberry Jam #AF0B70

Tints of Jazzberry Jam #AF0B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 58.72%
G = 3.69%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF0B70 (or 0xAF0B70) is known color: Jazzberry Jam. HEX triplet: AF, 0B and 70. RGB value is (175,11,112). Sum of RGB (Red+Green+Blue) = 175+11+112=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B70 is #50F48F. Grayscale: #474747. Windows color (decimal): -5305488 or 7343023. OLE color: 7343023.

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

Color convert

RGB 175 11 112 -
CMYK 0 0.94 0.36 0.31
HSL 323.05º 0.88% 0.36% -
HSV(B) 323.05º 0.94% 0.69% -
XYZ 20.72 10.52 16.27 -
YUV 71.55 150.83 201.79 -
System Red Green Blue C M Y K H S L
Decimal 175 11 112 0 0.94 0.36 0.31 323.05 0.88 0.36
Hex AF B 70 0 5E 24 1F 143 58 24
Octal 257 13 160 0 136 44 37 503 130 44
Binary 10101111 1011 1110000 0 1011110 100100 11111 101000011 1011000 100100

Color Harmonies of #AF0B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B70

Black with #AF0B70

Text Example


Text Example

White with #AF0B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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