Html Css Color HEX #AB1164 Jazzberry Jam

📋 copy color: '#AB1164'

red 171 ◦ green 17 ◦ blue 100

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

Shades of Jazzberry Jam #AB1164

Tints of Jazzberry Jam #AB1164

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

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

R = 59.38%
G = 5.9%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB1164 (or 0xAB1164) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 64. RGB value is (171,17,100). Sum of RGB (Red+Green+Blue) = 171+17+100=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1164 is #54EE9B. Grayscale: #484848. Windows color (decimal): -5566108 or 6558123. OLE color: 6558123.

HSL color Cylindrical-coordinate representation of color #AB1164: hue angle of 327.66º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1164 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 100 -
CMYK 0 0.90 0.42 0.33
HSL 327.66º 0.82% 0.37% -
HSV(B) 327.66º 0.9% 0.67% -
XYZ 19.3 9.98 12.97 -
YUV 72.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 171 17 100 0 0.90 0.42 0.33 327.66 0.82 0.37
Hex AB 11 64 0 5A 2A 21 148 52 25
Octal 253 21 144 0 132 52 41 510 122 45
Binary 10101011 10001 1100100 0 1011010 101010 100001 101001000 1010010 100101

Color Harmonies of #AB1164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1164

Black with #AB1164

Text Example


Text Example

White with #AB1164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1164; }

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

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

background-color css

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

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

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

border-color css

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

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

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