Html Css Color HEX #AB004A Jazzberry Jam

📋 copy color: '#AB004A'

red 171 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #AB004A

Tints of Jazzberry Jam #AB004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 69.8%
G = 0%
B = 30.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB004A (or 0xAB004A) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 4A. RGB value is (171,0,74). Sum of RGB (Red+Green+Blue) = 171+0+74=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB004A is #54FFB5. Grayscale: #3B3B3B. Windows color (decimal): -5570486 or 4849835. OLE color: 4849835.

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

Color convert

RGB 171 0 74 -
CMYK 0 1 0.57 0.33
HSL 334.04º 1% 0.34% -
HSV(B) 334.04º 1% 0.67% -
XYZ 18.03 9.15 7.29 -
YUV 59.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 171 0 74 0 1 0.57 0.33 334.04 1 0.34
Hex AB 0 4A 0 64 39 21 14E 64 22
Octal 253 0 112 0 144 71 41 516 144 42
Binary 10101011 0 1001010 0 1100100 111001 100001 101001110 1100100 100010

Color Harmonies of #AB004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB004A

Black with #AB004A

Text Example


Text Example

White with #AB004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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