Html Css Color HEX #AA0149 Jazzberry Jam

📋 copy color: '#AA0149'

red 170 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #AA0149

Tints of Jazzberry Jam #AA0149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.92%

R = 69.67%
G = 0.41%
B = 29.92%

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

#AA0149 (or 0xAA0149) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 49. RGB value is (170,1,73). Sum of RGB (Red+Green+Blue) = 170+1+73=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0149 is #55FEB6. Grayscale: #3B3B3B. Windows color (decimal): -5635767 or 4784554. OLE color: 4784554.

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

Color convert

RGB 170 1 73 -
CMYK 0 0.99 0.57 0.33
HSL 334.44º 0.99% 0.34% -
HSV(B) 334.44º 0.99% 0.67% -
XYZ 17.79 9.05 7.11 -
YUV 59.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 170 1 73 0 0.99 0.57 0.33 334.44 0.99 0.34
Hex AA 1 49 0 63 39 21 14E 63 22
Octal 252 1 111 0 143 71 41 516 143 42
Binary 10101010 1 1001001 0 1100011 111001 100001 101001110 1100011 100010

Color Harmonies of #AA0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0149

Black with #AA0149

Text Example


Text Example

White with #AA0149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0149; }

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

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

background-color css

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

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

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

border-color css

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

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

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