Html Css Color HEX #AB114F Jazzberry Jam

📋 copy color: '#AB114F'

red 171 ◦ green 17 ◦ blue 79

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

Shades of Jazzberry Jam #AB114F

Tints of Jazzberry Jam #AB114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.59%

R = 64.04%
G = 6.37%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB114F (or 0xAB114F) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 4F. RGB value is (171,17,79). Sum of RGB (Red+Green+Blue) = 171+17+79=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB114F is #54EEB0. Grayscale: #464646. Windows color (decimal): -5566129 or 5181867. OLE color: 5181867.

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

Color convert

RGB 171 17 79 -
CMYK 0 0.90 0.54 0.33
HSL 335.84º 0.82% 0.37% -
HSV(B) 335.84º 0.9% 0.67% -
XYZ 18.41 9.62 8.28 -
YUV 70.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 171 17 79 0 0.90 0.54 0.33 335.84 0.82 0.37
Hex AB 11 4F 0 5A 36 21 150 52 25
Octal 253 21 117 0 132 66 41 520 122 45
Binary 10101011 10001 1001111 0 1011010 110110 100001 101010000 1010010 100101

Color Harmonies of #AB114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB114F

Black with #AB114F

Text Example


Text Example

White with #AB114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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