Html Css Color HEX #AB1870 Jazzberry Jam

📋 copy color: '#AB1870'

red 171 ◦ green 24 ◦ blue 112

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

Shades of Jazzberry Jam #AB1870

Tints of Jazzberry Jam #AB1870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

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

R = 55.7%
G = 7.82%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB1870 (or 0xAB1870) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 70. RGB value is (171,24,112). Sum of RGB (Red+Green+Blue) = 171+24+112=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1870 is #54E78F. Grayscale: #4D4D4D. Windows color (decimal): -5564304 or 7346347. OLE color: 7346347.

HSL color Cylindrical-coordinate representation of color #AB1870: hue angle of 324.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1870 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 24 112 -
CMYK 0 0.86 0.35 0.33
HSL 324.08º 0.75% 0.38% -
HSV(B) 324.08º 0.86% 0.67% -
XYZ 20.05 10.48 16.3 -
YUV 77.99 147.2 194.34 -
System Red Green Blue C M Y K H S L
Decimal 171 24 112 0 0.86 0.35 0.33 324.08 0.75 0.38
Hex AB 18 70 0 56 23 21 144 4B 26
Octal 253 30 160 0 126 43 41 504 113 46
Binary 10101011 11000 1110000 0 1010110 100011 100001 101000100 1001011 100110

Color Harmonies of #AB1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1870

Black with #AB1870

Text Example


Text Example

White with #AB1870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1870; }

 p { color: rgb(171,24,112); }

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

background-color css

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

 a { background-color: rgb(171,24,112); }

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

border-color css

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

 span { border-color: rgb(171,24,112); }

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