Html Css Color HEX #AA0146 Jazzberry Jam

📋 copy color: '#AA0146'

red 170 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #AA0146

Tints of Jazzberry Jam #AA0146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.05%

R = 70.54%
G = 0.41%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA0146 (or 0xAA0146) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 46. RGB value is (170,1,70). Sum of RGB (Red+Green+Blue) = 170+1+70=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0146 is #55FEB9. Grayscale: #3B3B3B. Windows color (decimal): -5635770 or 4587946. OLE color: 4587946.

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

Color convert

RGB 170 1 70 -
CMYK 0 0.99 0.59 0.33
HSL 335.5º 0.99% 0.34% -
HSV(B) 335.5º 0.99% 0.67% -
XYZ 17.69 9.01 6.6 -
YUV 59.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 170 1 70 0 0.99 0.59 0.33 335.5 0.99 0.34
Hex AA 1 46 0 63 3B 21 150 63 22
Octal 252 1 106 0 143 73 41 520 143 42
Binary 10101010 1 1000110 0 1100011 111011 100001 101010000 1100011 100010

Color Harmonies of #AA0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0146

Black with #AA0146

Text Example


Text Example

White with #AA0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0146; }

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

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

background-color css

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

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

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

border-color css

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

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

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