Html Css Color HEX #AB004C Jazzberry Jam

📋 copy color: '#AB004C'

red 171 ◦ green 0 ◦ blue 76

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

Shades of Jazzberry Jam #AB004C

Tints of Jazzberry Jam #AB004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.23%
G = 0%
B = 30.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB004C (or 0xAB004C) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 4C. RGB value is (171,0,76). Sum of RGB (Red+Green+Blue) = 171+0+76=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB004C is #54FFB3. Grayscale: #3B3B3B. Windows color (decimal): -5570484 or 4980907. OLE color: 4980907.

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

Color convert

RGB 171 0 76 -
CMYK 0 1 0.56 0.33
HSL 333.33º 1% 0.34% -
HSV(B) 333.33º 1% 0.67% -
XYZ 18.1 9.18 7.66 -
YUV 59.79 137.15 207.32 -
System Red Green Blue C M Y K H S L
Decimal 171 0 76 0 1 0.56 0.33 333.33 1 0.34
Hex AB 0 4C 0 64 38 21 14D 64 22
Octal 253 0 114 0 144 70 41 515 144 42
Binary 10101011 0 1001100 0 1100100 111000 100001 101001101 1100100 100010

Color Harmonies of #AB004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB004C

Black with #AB004C

Text Example


Text Example

White with #AB004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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