Html Css Color HEX #AB124C Jazzberry Jam

📋 copy color: '#AB124C'

red 171 ◦ green 18 ◦ blue 76

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

Shades of Jazzberry Jam #AB124C

Tints of Jazzberry Jam #AB124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

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

R = 64.53%
G = 6.79%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB124C (or 0xAB124C) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 4C. RGB value is (171,18,76). Sum of RGB (Red+Green+Blue) = 171+18+76=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB124C is #54EDB3. Grayscale: #464646. Windows color (decimal): -5565876 or 4985515. OLE color: 4985515.

HSL color Cylindrical-coordinate representation of color #AB124C: hue angle of 337.25º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB124C is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 18 76 -
CMYK 0 0.89 0.56 0.33
HSL 337.25º 0.81% 0.37% -
HSV(B) 337.25º 0.89% 0.67% -
XYZ 18.32 9.61 7.73 -
YUV 70.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 171 18 76 0 0.89 0.56 0.33 337.25 0.81 0.37
Hex AB 12 4C 0 59 38 21 151 51 25
Octal 253 22 114 0 131 70 41 521 121 45
Binary 10101011 10010 1001100 0 1011001 111000 100001 101010001 1010001 100101

Color Harmonies of #AB124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB124C

Black with #AB124C

Text Example


Text Example

White with #AB124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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