Html Css Color HEX #AB1866 Jazzberry Jam

📋 copy color: '#AB1866'

red 171 ◦ green 24 ◦ blue 102

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

Shades of Jazzberry Jam #AB1866

Tints of Jazzberry Jam #AB1866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

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

R = 57.58%
G = 8.08%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB1866 (or 0xAB1866) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 66. RGB value is (171,24,102). Sum of RGB (Red+Green+Blue) = 171+24+102=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1866 is #54E799. Grayscale: #4C4C4C. Windows color (decimal): -5564314 or 6690987. OLE color: 6690987.

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

Color convert

RGB 171 24 102 -
CMYK 0 0.86 0.40 0.33
HSL 328.16º 0.75% 0.38% -
HSV(B) 328.16º 0.86% 0.67% -
XYZ 19.52 10.27 13.52 -
YUV 76.85 142.2 195.16 -
System Red Green Blue C M Y K H S L
Decimal 171 24 102 0 0.86 0.40 0.33 328.16 0.75 0.38
Hex AB 18 66 0 56 28 21 148 4B 26
Octal 253 30 146 0 126 50 41 510 113 46
Binary 10101011 11000 1100110 0 1010110 101000 100001 101001000 1001011 100110

Color Harmonies of #AB1866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1866

Black with #AB1866

Text Example


Text Example

White with #AB1866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1866; }

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

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

background-color css

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

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

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

border-color css

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

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

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