Html Css Color HEX #AB2172 Jazzberry Jam

📋 copy color: '#AB2172'

red 171 ◦ green 33 ◦ blue 114

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

Shades of Jazzberry Jam #AB2172

Tints of Jazzberry Jam #AB2172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.38%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 53.77%
G = 10.38%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB2172 (or 0xAB2172) is known color: Jazzberry Jam. HEX triplet: AB, 21 and 72. RGB value is (171,33,114). Sum of RGB (Red+Green+Blue) = 171+33+114=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2172 is #54DE8D. Grayscale: #535353. Windows color (decimal): -5561998 or 7479723. OLE color: 7479723.

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

Color convert

RGB 171 33 114 -
CMYK 0 0.81 0.33 0.33
HSL 324.78º 0.68% 0.4% -
HSV(B) 324.78º 0.81% 0.67% -
XYZ 20.38 10.96 16.96 -
YUV 83.5 145.22 190.41 -
System Red Green Blue C M Y K H S L
Decimal 171 33 114 0 0.81 0.33 0.33 324.78 0.68 0.4
Hex AB 21 72 0 51 21 21 145 44 28
Octal 253 41 162 0 121 41 41 505 104 50
Binary 10101011 100001 1110010 0 1010001 100001 100001 101000101 1000100 101000

Color Harmonies of #AB2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2172

Black with #AB2172

Text Example


Text Example

White with #AB2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2172; }

 p { color: rgb(171,33,114); }

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

background-color css

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

 a { background-color: rgb(171,33,114); }

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

border-color css

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

 span { border-color: rgb(171,33,114); }

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