Html Css Color HEX #AB1958 Jazzberry Jam

📋 copy color: '#AB1958'

red 171 ◦ green 25 ◦ blue 88

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

Shades of Jazzberry Jam #AB1958

Tints of Jazzberry Jam #AB1958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

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

R = 60.21%
G = 8.8%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB1958 (or 0xAB1958) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 58. RGB value is (171,25,88). Sum of RGB (Red+Green+Blue) = 171+25+88=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1958 is #54E6A7. Grayscale: #4B4B4B. Windows color (decimal): -5564072 or 5773739. OLE color: 5773739.

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

Color convert

RGB 171 25 88 -
CMYK 0 0.85 0.49 0.33
HSL 334.11º 0.74% 0.38% -
HSV(B) 334.11º 0.85% 0.67% -
XYZ 18.9 10.06 10.18 -
YUV 75.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 171 25 88 0 0.85 0.49 0.33 334.11 0.74 0.38
Hex AB 19 58 0 55 31 21 14E 4A 26
Octal 253 31 130 0 125 61 41 516 112 46
Binary 10101011 11001 1011000 0 1010101 110001 100001 101001110 1001010 100110

Color Harmonies of #AB1958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1958

Black with #AB1958

Text Example


Text Example

White with #AB1958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1958; }

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

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

background-color css

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

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

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

border-color css

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

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

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