Html Css Color HEX #AB164E Jazzberry Jam

📋 copy color: '#AB164E'

red 171 ◦ green 22 ◦ blue 78

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

Shades of Jazzberry Jam #AB164E

Tints of Jazzberry Jam #AB164E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 63.1%
G = 8.12%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB164E (or 0xAB164E) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 4E. RGB value is (171,22,78). Sum of RGB (Red+Green+Blue) = 171+22+78=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB164E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB164E is #54E9B1. Grayscale: #484848. Windows color (decimal): -5564850 or 5117611. OLE color: 5117611.

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

Color convert

RGB 171 22 78 -
CMYK 0 0.87 0.54 0.33
HSL 337.45º 0.77% 0.38% -
HSV(B) 337.45º 0.87% 0.67% -
XYZ 18.46 9.78 8.12 -
YUV 72.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 171 22 78 0 0.87 0.54 0.33 337.45 0.77 0.38
Hex AB 16 4E 0 57 36 21 151 4D 26
Octal 253 26 116 0 127 66 41 521 115 46
Binary 10101011 10110 1001110 0 1010111 110110 100001 101010001 1001101 100110

Color Harmonies of #AB164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB164E

Black with #AB164E

Text Example


Text Example

White with #AB164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB164E; }

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

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

background-color css

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

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

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

border-color css

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

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

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