Html Css Color HEX #AB156F Jazzberry Jam

📋 copy color: '#AB156F'

red 171 ◦ green 21 ◦ blue 111

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

Shades of Jazzberry Jam #AB156F

Tints of Jazzberry Jam #AB156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

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

R = 56.44%
G = 6.93%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB156F (or 0xAB156F) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 6F. RGB value is (171,21,111). Sum of RGB (Red+Green+Blue) = 171+21+111=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB156F is #54EA90. Grayscale: #4B4B4B. Windows color (decimal): -5565073 or 7280043. OLE color: 7280043.

HSL color Cylindrical-coordinate representation of color #AB156F: hue angle of 324º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB156F is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 21 111 -
CMYK 0 0.88 0.35 0.33
HSL 324º 0.78% 0.38% -
HSV(B) 324º 0.88% 0.67% -
XYZ 19.93 10.34 15.98 -
YUV 76.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 171 21 111 0 0.88 0.35 0.33 324 0.78 0.38
Hex AB 15 6F 0 58 23 21 144 4E 26
Octal 253 25 157 0 130 43 41 504 116 46
Binary 10101011 10101 1101111 0 1011000 100011 100001 101000100 1001110 100110

Color Harmonies of #AB156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB156F

Black with #AB156F

Text Example


Text Example

White with #AB156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB156F; }

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

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

background-color css

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

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

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

border-color css

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

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

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