Html Css Color HEX #AB1864 Jazzberry Jam

📋 copy color: '#AB1864'

red 171 ◦ green 24 ◦ blue 100

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

Shades of Jazzberry Jam #AB1864

Tints of Jazzberry Jam #AB1864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 57.97%
G = 8.14%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB1864 (or 0xAB1864) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 64. RGB value is (171,24,100). Sum of RGB (Red+Green+Blue) = 171+24+100=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1864 is #54E79B. Grayscale: #4C4C4C. Windows color (decimal): -5564316 or 6559915. OLE color: 6559915.

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

Color convert

RGB 171 24 100 -
CMYK 0 0.86 0.42 0.33
HSL 328.98º 0.75% 0.38% -
HSV(B) 328.98º 0.86% 0.67% -
XYZ 19.42 10.23 13.01 -
YUV 76.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 171 24 100 0 0.86 0.42 0.33 328.98 0.75 0.38
Hex AB 18 64 0 56 2A 21 149 4B 26
Octal 253 30 144 0 126 52 41 511 113 46
Binary 10101011 11000 1100100 0 1010110 101010 100001 101001001 1001011 100110

Color Harmonies of #AB1864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1864

Black with #AB1864

Text Example


Text Example

White with #AB1864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1864; }

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

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

background-color css

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

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

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

border-color css

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

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

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