Html Css Color HEX #AB014A Jazzberry Jam

📋 copy color: '#AB014A'

red 171 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #AB014A

Tints of Jazzberry Jam #AB014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 69.51%
G = 0.41%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB014A (or 0xAB014A) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 4A. RGB value is (171,1,74). Sum of RGB (Red+Green+Blue) = 171+1+74=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB014A is #54FEB5. Grayscale: #3C3C3C. Windows color (decimal): -5570230 or 4850091. OLE color: 4850091.

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

Color convert

RGB 171 1 74 -
CMYK 0 0.99 0.57 0.33
HSL 334.24º 0.99% 0.34% -
HSV(B) 334.24º 0.99% 0.67% -
XYZ 18.04 9.17 7.3 -
YUV 60.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 171 1 74 0 0.99 0.57 0.33 334.24 0.99 0.34
Hex AB 1 4A 0 63 39 21 14E 63 22
Octal 253 1 112 0 143 71 41 516 143 42
Binary 10101011 1 1001010 0 1100011 111001 100001 101001110 1100011 100010

Color Harmonies of #AB014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB014A

Black with #AB014A

Text Example


Text Example

White with #AB014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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