Html Css Color HEX #AB1C55 Jazzberry Jam

📋 copy color: '#AB1C55'

red 171 ◦ green 28 ◦ blue 85

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

Shades of Jazzberry Jam #AB1C55

Tints of Jazzberry Jam #AB1C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.86%

 BLUE value IS 85 (33.59% from 255) = 29.93%

R = 60.21%
G = 9.86%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB1C55 (or 0xAB1C55) is known color: Jazzberry Jam. HEX triplet: AB, 1C and 55. RGB value is (171,28,85). Sum of RGB (Red+Green+Blue) = 171+28+85=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1C55 is #54E3AA. Grayscale: #4D4D4D. Windows color (decimal): -5563307 or 5577899. OLE color: 5577899.

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

Color convert

RGB 171 28 85 -
CMYK 0 0.84 0.50 0.33
HSL 336.08º 0.72% 0.39% -
HSV(B) 336.08º 0.84% 0.67% -
XYZ 18.85 10.14 9.56 -
YUV 77.26 132.38 194.87 -
System Red Green Blue C M Y K H S L
Decimal 171 28 85 0 0.84 0.50 0.33 336.08 0.72 0.39
Hex AB 1C 55 0 54 32 21 150 48 27
Octal 253 34 125 0 124 62 41 520 110 47
Binary 10101011 11100 1010101 0 1010100 110010 100001 101010000 1001000 100111

Color Harmonies of #AB1C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C55

Black with #AB1C55

Text Example


Text Example

White with #AB1C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C55; }

 p { color: rgb(171,28,85); }

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

background-color css

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

 a { background-color: rgb(171,28,85); }

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

border-color css

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

 span { border-color: rgb(171,28,85); }

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