Html Css Color HEX #AB154C Jazzberry Jam

📋 copy color: '#AB154C'

red 171 ◦ green 21 ◦ blue 76

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

Shades of Jazzberry Jam #AB154C

Tints of Jazzberry Jam #AB154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 63.81%
G = 7.84%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB154C (or 0xAB154C) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 4C. RGB value is (171,21,76). Sum of RGB (Red+Green+Blue) = 171+21+76=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB154C is #54EAB3. Grayscale: #484848. Windows color (decimal): -5565108 or 4986283. OLE color: 4986283.

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

Color convert

RGB 171 21 76 -
CMYK 0 0.88 0.56 0.33
HSL 338º 0.78% 0.38% -
HSV(B) 338º 0.88% 0.67% -
XYZ 18.37 9.72 7.74 -
YUV 72.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 171 21 76 0 0.88 0.56 0.33 338 0.78 0.38
Hex AB 15 4C 0 58 38 21 152 4E 26
Octal 253 25 114 0 130 70 41 522 116 46
Binary 10101011 10101 1001100 0 1011000 111000 100001 101010010 1001110 100110

Color Harmonies of #AB154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB154C

Black with #AB154C

Text Example


Text Example

White with #AB154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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