Html Css Color HEX #AA014A Jazzberry Jam

📋 copy color: '#AA014A'

red 170 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #AA014A

Tints of Jazzberry Jam #AA014A

RGB

 RED value IS 170 (66.8% from 255) = 69.39%

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

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

R = 69.39%
G = 0.41%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA014A (or 0xAA014A) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 4A. RGB value is (170,1,74). Sum of RGB (Red+Green+Blue) = 170+1+74=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA014A is #55FEB5. Grayscale: #3B3B3B. Windows color (decimal): -5635766 or 4850090. OLE color: 4850090.

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

Color convert

RGB 170 1 74 -
CMYK 0 0.99 0.56 0.33
HSL 334.08º 0.99% 0.34% -
HSV(B) 334.08º 0.99% 0.67% -
XYZ 17.82 9.06 7.29 -
YUV 59.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 170 1 74 0 0.99 0.56 0.33 334.08 0.99 0.34
Hex AA 1 4A 0 63 38 21 14E 63 22
Octal 252 1 112 0 143 70 41 516 143 42
Binary 10101010 1 1001010 0 1100011 111000 100001 101001110 1100011 100010

Color Harmonies of #AA014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA014A

Black with #AA014A

Text Example


Text Example

White with #AA014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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