Html Css Color HEX #AB115F Jazzberry Jam

📋 copy color: '#AB115F'

red 171 ◦ green 17 ◦ blue 95

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

Shades of Jazzberry Jam #AB115F

Tints of Jazzberry Jam #AB115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 60.42%
G = 6.01%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB115F (or 0xAB115F) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 5F. RGB value is (171,17,95). Sum of RGB (Red+Green+Blue) = 171+17+95=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB115F is #54EEA0. Grayscale: #474747. Windows color (decimal): -5566113 or 6230443. OLE color: 6230443.

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

Color convert

RGB 171 17 95 -
CMYK 0 0.90 0.44 0.33
HSL 329.61º 0.82% 0.37% -
HSV(B) 329.61º 0.9% 0.67% -
XYZ 19.06 9.89 11.73 -
YUV 71.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 171 17 95 0 0.90 0.44 0.33 329.61 0.82 0.37
Hex AB 11 5F 0 5A 2C 21 14A 52 25
Octal 253 21 137 0 132 54 41 512 122 45
Binary 10101011 10001 1011111 0 1011010 101100 100001 101001010 1010010 100101

Color Harmonies of #AB115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB115F

Black with #AB115F

Text Example


Text Example

White with #AB115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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