Html Css Color HEX #AB1568 Jazzberry Jam

📋 copy color: '#AB1568'

red 171 ◦ green 21 ◦ blue 104

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

Shades of Jazzberry Jam #AB1568

Tints of Jazzberry Jam #AB1568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.14%

R = 57.77%
G = 7.09%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB1568 (or 0xAB1568) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 68. RGB value is (171,21,104). Sum of RGB (Red+Green+Blue) = 171+21+104=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1568 is #54EA97. Grayscale: #4B4B4B. Windows color (decimal): -5565080 or 6821291. OLE color: 6821291.

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

Color convert

RGB 171 21 104 -
CMYK 0 0.88 0.39 0.33
HSL 326.8º 0.78% 0.38% -
HSV(B) 326.8º 0.88% 0.67% -
XYZ 19.56 10.19 14.03 -
YUV 75.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 171 21 104 0 0.88 0.39 0.33 326.8 0.78 0.38
Hex AB 15 68 0 58 27 21 147 4E 26
Octal 253 25 150 0 130 47 41 507 116 46
Binary 10101011 10101 1101000 0 1011000 100111 100001 101000111 1001110 100110

Color Harmonies of #AB1568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1568

Black with #AB1568

Text Example


Text Example

White with #AB1568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1568; }

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

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

background-color css

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

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

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

border-color css

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

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

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