Html Css Color HEX #AB1A73 Jazzberry Jam

📋 copy color: '#AB1A73'

red 171 ◦ green 26 ◦ blue 115

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

Shades of Jazzberry Jam #AB1A73

Tints of Jazzberry Jam #AB1A73

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.33%

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

R = 54.81%
G = 8.33%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB1A73 (or 0xAB1A73) is known color: Jazzberry Jam. HEX triplet: AB, 1A and 73. RGB value is (171,26,115). Sum of RGB (Red+Green+Blue) = 171+26+115=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1A73 is #54E58C. Grayscale: #4F4F4F. Windows color (decimal): -5563789 or 7543467. OLE color: 7543467.

HSL color Cylindrical-coordinate representation of color #AB1A73: hue angle of 323.17º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1A73 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 26 115 -
CMYK 0 0.85 0.33 0.33
HSL 323.17º 0.74% 0.39% -
HSV(B) 323.17º 0.85% 0.67% -
XYZ 20.26 10.63 17.2 -
YUV 79.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 171 26 115 0 0.85 0.33 0.33 323.17 0.74 0.39
Hex AB 1A 73 0 55 21 21 143 4A 27
Octal 253 32 163 0 125 41 41 503 112 47
Binary 10101011 11010 1110011 0 1010101 100001 100001 101000011 1001010 100111

Color Harmonies of #AB1A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A73

Black with #AB1A73

Text Example


Text Example

White with #AB1A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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