Html Css Color HEX #AB155B Jazzberry Jam

📋 copy color: '#AB155B'

red 171 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #AB155B

Tints of Jazzberry Jam #AB155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 60.42%
G = 7.42%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB155B (or 0xAB155B) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 5B. RGB value is (171,21,91). Sum of RGB (Red+Green+Blue) = 171+21+91=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB155B is #54EAA4. Grayscale: #494949. Windows color (decimal): -5565093 or 5969323. OLE color: 5969323.

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

Color convert

RGB 171 21 91 -
CMYK 0 0.88 0.47 0.33
HSL 332º 0.78% 0.38% -
HSV(B) 332º 0.88% 0.67% -
XYZ 18.95 9.95 10.82 -
YUV 73.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 171 21 91 0 0.88 0.47 0.33 332 0.78 0.38
Hex AB 15 5B 0 58 2F 21 14C 4E 26
Octal 253 25 133 0 130 57 41 514 116 46
Binary 10101011 10101 1011011 0 1011000 101111 100001 101001100 1001110 100110

Color Harmonies of #AB155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB155B

Black with #AB155B

Text Example


Text Example

White with #AB155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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