Html Css Color HEX #AB155D Jazzberry Jam

📋 copy color: '#AB155D'

red 171 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #AB155D

Tints of Jazzberry Jam #AB155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 60%
G = 7.37%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB155D (or 0xAB155D) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 5D. RGB value is (171,21,93). Sum of RGB (Red+Green+Blue) = 171+21+93=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB155D is #54EAA2. Grayscale: #494949. Windows color (decimal): -5565091 or 6100395. OLE color: 6100395.

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

Color convert

RGB 171 21 93 -
CMYK 0 0.88 0.46 0.33
HSL 331.2º 0.78% 0.38% -
HSV(B) 331.2º 0.88% 0.67% -
XYZ 19.04 9.98 11.28 -
YUV 74.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 171 21 93 0 0.88 0.46 0.33 331.2 0.78 0.38
Hex AB 15 5D 0 58 2E 21 14B 4E 26
Octal 253 25 135 0 130 56 41 513 116 46
Binary 10101011 10101 1011101 0 1011000 101110 100001 101001011 1001110 100110

Color Harmonies of #AB155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB155D

Black with #AB155D

Text Example


Text Example

White with #AB155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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