Html Css Color HEX #AB116F Jazzberry Jam

📋 copy color: '#AB116F'

red 171 ◦ green 17 ◦ blue 111

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

Shades of Jazzberry Jam #AB116F

Tints of Jazzberry Jam #AB116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.12%

R = 57.19%
G = 5.69%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB116F (or 0xAB116F) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 6F. RGB value is (171,17,111). Sum of RGB (Red+Green+Blue) = 171+17+111=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB116F is #54EE90. Grayscale: #494949. Windows color (decimal): -5566097 or 7279019. OLE color: 7279019.

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

Color convert

RGB 171 17 111 -
CMYK 0 0.90 0.35 0.33
HSL 323.38º 0.82% 0.37% -
HSV(B) 323.38º 0.9% 0.67% -
XYZ 19.86 10.21 15.96 -
YUV 73.76 149.02 197.36 -
System Red Green Blue C M Y K H S L
Decimal 171 17 111 0 0.90 0.35 0.33 323.38 0.82 0.37
Hex AB 11 6F 0 5A 23 21 143 52 25
Octal 253 21 157 0 132 43 41 503 122 45
Binary 10101011 10001 1101111 0 1011010 100011 100001 101000011 1010010 100101

Color Harmonies of #AB116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB116F

Black with #AB116F

Text Example


Text Example

White with #AB116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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