Html Css Color HEX #AB1A52 Jazzberry Jam

📋 copy color: '#AB1A52'

red 171 ◦ green 26 ◦ blue 82

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

Shades of Jazzberry Jam #AB1A52

Tints of Jazzberry Jam #AB1A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.39%

R = 61.29%
G = 9.32%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB1A52 (or 0xAB1A52) is known color: Jazzberry Jam. HEX triplet: AB, 1A and 52. RGB value is (171,26,82). Sum of RGB (Red+Green+Blue) = 171+26+82=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1A52 is #54E5AD. Grayscale: #4B4B4B. Windows color (decimal): -5563822 or 5380779. OLE color: 5380779.

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

Color convert

RGB 171 26 82 -
CMYK 0 0.85 0.52 0.33
HSL 336.83º 0.74% 0.39% -
HSV(B) 336.83º 0.85% 0.67% -
XYZ 18.69 10.01 8.93 -
YUV 75.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 171 26 82 0 0.85 0.52 0.33 336.83 0.74 0.39
Hex AB 1A 52 0 55 34 21 151 4A 27
Octal 253 32 122 0 125 64 41 521 112 47
Binary 10101011 11010 1010010 0 1010101 110100 100001 101010001 1001010 100111

Color Harmonies of #AB1A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A52

Black with #AB1A52

Text Example


Text Example

White with #AB1A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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