Html Css Color HEX #AB0558 Jazzberry Jam

📋 copy color: '#AB0558'

red 171 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #AB0558

Tints of Jazzberry Jam #AB0558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 88 (34.77% from 255) = 33.33%

R = 64.77%
G = 1.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB0558 (or 0xAB0558) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 58. RGB value is (171,5,88). Sum of RGB (Red+Green+Blue) = 171+5+88=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0558 is #54FAA7. Grayscale: #3F3F3F. Windows color (decimal): -5569192 or 5768619. OLE color: 5768619.

HSL color Cylindrical-coordinate representation of color #AB0558: hue angle of 330º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0558 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 5 88 -
CMYK 0 0.97 0.49 0.33
HSL 330º 0.94% 0.35% -
HSV(B) 330º 0.97% 0.67% -
XYZ 18.61 9.47 10.08 -
YUV 64.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 171 5 88 0 0.97 0.49 0.33 330 0.94 0.35
Hex AB 5 58 0 61 31 21 14A 5E 23
Octal 253 5 130 0 141 61 41 512 136 43
Binary 10101011 101 1011000 0 1100001 110001 100001 101001010 1011110 100011

Color Harmonies of #AB0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0558

Black with #AB0558

Text Example


Text Example

White with #AB0558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0558; }

 p { color: rgb(171,5,88); }

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

background-color css

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

 a { background-color: rgb(171,5,88); }

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

border-color css

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

 span { border-color: rgb(171,5,88); }

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