Html Css Color HEX #AB1666 Jazzberry Jam

📋 copy color: '#AB1666'

red 171 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #AB1666

Tints of Jazzberry Jam #AB1666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 57.97%
G = 7.46%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB1666 (or 0xAB1666) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 66. RGB value is (171,22,102). Sum of RGB (Red+Green+Blue) = 171+22+102=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1666 is #54E999. Grayscale: #4B4B4B. Windows color (decimal): -5564826 or 6690475. OLE color: 6690475.

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

Color convert

RGB 171 22 102 -
CMYK 0 0.87 0.40 0.33
HSL 327.79º 0.77% 0.38% -
HSV(B) 327.79º 0.87% 0.67% -
XYZ 19.48 10.19 13.51 -
YUV 75.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 171 22 102 0 0.87 0.40 0.33 327.79 0.77 0.38
Hex AB 16 66 0 57 28 21 148 4D 26
Octal 253 26 146 0 127 50 41 510 115 46
Binary 10101011 10110 1100110 0 1010111 101000 100001 101001000 1001101 100110

Color Harmonies of #AB1666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1666

Black with #AB1666

Text Example


Text Example

White with #AB1666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1666; }

 p { color: rgb(171,22,102); }

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

background-color css

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

 a { background-color: rgb(171,22,102); }

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

border-color css

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

 span { border-color: rgb(171,22,102); }

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