Html Css Color HEX #AB0B71 Jazzberry Jam

📋 copy color: '#AB0B71'

red 171 ◦ green 11 ◦ blue 113

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

Shades of Jazzberry Jam #AB0B71

Tints of Jazzberry Jam #AB0B71

RGB

 RED value IS 171 (67.19% from 255) = 57.97%

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

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 57.97%
G = 3.73%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB0B71 (or 0xAB0B71) is known color: Jazzberry Jam. HEX triplet: AB, 0B and 71. RGB value is (171,11,113). Sum of RGB (Red+Green+Blue) = 171+11+113=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0B71 is #54F48E. Grayscale: #464646. Windows color (decimal): -5567631 or 7408555. OLE color: 7408555.

HSL color Cylindrical-coordinate representation of color #AB0B71: hue angle of 321.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B71 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 11 113 -
CMYK 0 0.94 0.34 0.33
HSL 321.75º 0.88% 0.36% -
HSV(B) 321.75º 0.94% 0.67% -
XYZ 19.89 10.09 16.52 -
YUV 70.47 152.01 199.71 -
System Red Green Blue C M Y K H S L
Decimal 171 11 113 0 0.94 0.34 0.33 321.75 0.88 0.36
Hex AB B 71 0 5E 22 21 142 58 24
Octal 253 13 161 0 136 42 41 502 130 44
Binary 10101011 1011 1110001 0 1011110 100010 100001 101000010 1011000 100100

Color Harmonies of #AB0B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B71

Black with #AB0B71

Text Example


Text Example

White with #AB0B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B71; }

 p { color: rgb(171,11,113); }

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

background-color css

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

 a { background-color: rgb(171,11,113); }

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

border-color css

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

 span { border-color: rgb(171,11,113); }

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