Html Css Color HEX #AA0364 Jazzberry Jam

📋 copy color: '#AA0364'

red 170 ◦ green 3 ◦ blue 100

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

Shades of Jazzberry Jam #AA0364

Tints of Jazzberry Jam #AA0364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 100 (39.45% from 255) = 36.63%

R = 62.27%
G = 1.1%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA0364 (or 0xAA0364) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 64. RGB value is (170,3,100). Sum of RGB (Red+Green+Blue) = 170+3+100=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0364 is #55FC9B. Grayscale: #3F3F3F. Windows color (decimal): -5635228 or 6554538. OLE color: 6554538.

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

Color convert

RGB 170 3 100 -
CMYK 0 0.98 0.41 0.33
HSL 325.15º 0.97% 0.34% -
HSV(B) 325.15º 0.98% 0.67% -
XYZ 18.91 9.53 12.9 -
YUV 63.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 170 3 100 0 0.98 0.41 0.33 325.15 0.97 0.34
Hex AA 3 64 0 62 29 21 145 61 22
Octal 252 3 144 0 142 51 41 505 141 42
Binary 10101010 11 1100100 0 1100010 101001 100001 101000101 1100001 100010

Color Harmonies of #AA0364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0364

Black with #AA0364

Text Example


Text Example

White with #AA0364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0364; }

 p { color: rgb(170,3,100); }

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

background-color css

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

 a { background-color: rgb(170,3,100); }

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

border-color css

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

 span { border-color: rgb(170,3,100); }

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