Html Css Color HEX #AA0147 Jazzberry Jam

📋 copy color: '#AA0147'

red 170 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #AA0147

Tints of Jazzberry Jam #AA0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.34%

R = 70.25%
G = 0.41%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA0147 (or 0xAA0147) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 47. RGB value is (170,1,71). Sum of RGB (Red+Green+Blue) = 170+1+71=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0147 is #55FEB8. Grayscale: #3B3B3B. Windows color (decimal): -5635769 or 4653482. OLE color: 4653482.

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

Color convert

RGB 170 1 71 -
CMYK 0 0.99 0.58 0.33
HSL 335.15º 0.99% 0.34% -
HSV(B) 335.15º 0.99% 0.67% -
XYZ 17.73 9.02 6.77 -
YUV 59.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 170 1 71 0 0.99 0.58 0.33 335.15 0.99 0.34
Hex AA 1 47 0 63 3A 21 14F 63 22
Octal 252 1 107 0 143 72 41 517 143 42
Binary 10101010 1 1000111 0 1100011 111010 100001 101001111 1100011 100010

Color Harmonies of #AA0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0147

Black with #AA0147

Text Example


Text Example

White with #AA0147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0147; }

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

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

background-color css

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

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

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

border-color css

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

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

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