Html Css Color HEX #AB1071 Jazzberry Jam

📋 copy color: '#AB1071'

red 171 ◦ green 16 ◦ blue 113

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

Shades of Jazzberry Jam #AB1071

Tints of Jazzberry Jam #AB1071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

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

R = 57%
G = 5.33%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB1071 (or 0xAB1071) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 71. RGB value is (171,16,113). Sum of RGB (Red+Green+Blue) = 171+16+113=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1071 is #54EF8E. Grayscale: #494949. Windows color (decimal): -5566351 or 7409835. OLE color: 7409835.

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

Color convert

RGB 171 16 113 -
CMYK 0 0.91 0.34 0.33
HSL 322.45º 0.83% 0.37% -
HSV(B) 322.45º 0.91% 0.67% -
XYZ 19.96 10.22 16.54 -
YUV 73.4 150.35 197.61 -
System Red Green Blue C M Y K H S L
Decimal 171 16 113 0 0.91 0.34 0.33 322.45 0.83 0.37
Hex AB 10 71 0 5B 22 21 142 53 25
Octal 253 20 161 0 133 42 41 502 123 45
Binary 10101011 10000 1110001 0 1011011 100010 100001 101000010 1010011 100101

Color Harmonies of #AB1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1071

Black with #AB1071

Text Example


Text Example

White with #AB1071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1071; }

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

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

background-color css

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

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

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

border-color css

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

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

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