Html Css Color HEX #AB1873 Jazzberry Jam

📋 copy color: '#AB1873'

red 171 ◦ green 24 ◦ blue 115

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

Shades of Jazzberry Jam #AB1873

Tints of Jazzberry Jam #AB1873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 55.16%
G = 7.74%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB1873 (or 0xAB1873) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 73. RGB value is (171,24,115). Sum of RGB (Red+Green+Blue) = 171+24+115=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1873 is #54E78C. Grayscale: #4E4E4E. Windows color (decimal): -5564301 or 7542955. OLE color: 7542955.

HSL color Cylindrical-coordinate representation of color #AB1873: hue angle of 322.86º 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 #AB1873 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 24 115 -
CMYK 0 0.86 0.33 0.33
HSL 322.86º 0.75% 0.38% -
HSV(B) 322.86º 0.86% 0.67% -
XYZ 20.22 10.55 17.19 -
YUV 78.33 148.7 194.1 -
System Red Green Blue C M Y K H S L
Decimal 171 24 115 0 0.86 0.33 0.33 322.86 0.75 0.38
Hex AB 18 73 0 56 21 21 143 4B 26
Octal 253 30 163 0 126 41 41 503 113 46
Binary 10101011 11000 1110011 0 1010110 100001 100001 101000011 1001011 100110

Color Harmonies of #AB1873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1873

Black with #AB1873

Text Example


Text Example

White with #AB1873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1873; }

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

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

background-color css

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

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

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

border-color css

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

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

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