Html Css Color HEX #AB1562 Jazzberry Jam

📋 copy color: '#AB1562'

red 171 ◦ green 21 ◦ blue 98

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

Shades of Jazzberry Jam #AB1562

Tints of Jazzberry Jam #AB1562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 58.97%
G = 7.24%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB1562 (or 0xAB1562) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 62. RGB value is (171,21,98). Sum of RGB (Red+Green+Blue) = 171+21+98=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1562 is #54EA9D. Grayscale: #4A4A4A. Windows color (decimal): -5565086 or 6428075. OLE color: 6428075.

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

Color convert

RGB 171 21 98 -
CMYK 0 0.88 0.43 0.33
HSL 329.2º 0.78% 0.38% -
HSV(B) 329.2º 0.88% 0.67% -
XYZ 19.27 10.08 12.48 -
YUV 74.63 141.2 196.74 -
System Red Green Blue C M Y K H S L
Decimal 171 21 98 0 0.88 0.43 0.33 329.2 0.78 0.38
Hex AB 15 62 0 58 2B 21 149 4E 26
Octal 253 25 142 0 130 53 41 511 116 46
Binary 10101011 10101 1100010 0 1011000 101011 100001 101001001 1001110 100110

Color Harmonies of #AB1562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1562

Black with #AB1562

Text Example


Text Example

White with #AB1562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1562; }

 p { color: rgb(171,21,98); }

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

background-color css

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

 a { background-color: rgb(171,21,98); }

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

border-color css

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

 span { border-color: rgb(171,21,98); }

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