Html Css Color HEX #AB114D Jazzberry Jam

📋 copy color: '#AB114D'

red 171 ◦ green 17 ◦ blue 77

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

Shades of Jazzberry Jam #AB114D

Tints of Jazzberry Jam #AB114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 64.53%
G = 6.42%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB114D (or 0xAB114D) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 4D. RGB value is (171,17,77). Sum of RGB (Red+Green+Blue) = 171+17+77=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB114D is #54EEB2. Grayscale: #454545. Windows color (decimal): -5566131 or 5050795. OLE color: 5050795.

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

Color convert

RGB 171 17 77 -
CMYK 0 0.90 0.55 0.33
HSL 336.62º 0.82% 0.37% -
HSV(B) 336.62º 0.9% 0.67% -
XYZ 18.33 9.59 7.91 -
YUV 69.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 171 17 77 0 0.90 0.55 0.33 336.62 0.82 0.37
Hex AB 11 4D 0 5A 37 21 151 52 25
Octal 253 21 115 0 132 67 41 521 122 45
Binary 10101011 10001 1001101 0 1011010 110111 100001 101010001 1010010 100101

Color Harmonies of #AB114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB114D

Black with #AB114D

Text Example


Text Example

White with #AB114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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