Html Css Color HEX #AA095E Jazzberry Jam

📋 copy color: '#AA095E'

red 170 ◦ green 9 ◦ blue 94

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

Shades of Jazzberry Jam #AA095E

Tints of Jazzberry Jam #AA095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 62.27%
G = 3.3%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA095E (or 0xAA095E) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 5E. RGB value is (170,9,94). Sum of RGB (Red+Green+Blue) = 170+9+94=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA095E is #55F6A1. Grayscale: #424242. Windows color (decimal): -5633698 or 6162858. OLE color: 6162858.

HSL color Cylindrical-coordinate representation of color #AA095E: hue angle of 328.32º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA095E is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 9 94 -
CMYK 0 0.95 0.45 0.33
HSL 328.32º 0.9% 0.35% -
HSV(B) 328.32º 0.95% 0.67% -
XYZ 18.7 9.55 11.45 -
YUV 66.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 170 9 94 0 0.95 0.45 0.33 328.32 0.9 0.35
Hex AA 9 5E 0 5F 2D 21 148 5A 23
Octal 252 11 136 0 137 55 41 510 132 43
Binary 10101010 1001 1011110 0 1011111 101101 100001 101001000 1011010 100011

Color Harmonies of #AA095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA095E

Black with #AA095E

Text Example


Text Example

White with #AA095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA095E; }

 p { color: rgb(170,9,94); }

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

background-color css

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

 a { background-color: rgb(170,9,94); }

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

border-color css

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

 span { border-color: rgb(170,9,94); }

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