Html Css Color HEX #AA065E Jazzberry Jam

📋 copy color: '#AA065E'

red 170 ◦ green 6 ◦ blue 94

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

Shades of Jazzberry Jam #AA065E

Tints of Jazzberry Jam #AA065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

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

R = 62.96%
G = 2.22%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA065E (or 0xAA065E) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 5E. RGB value is (170,6,94). Sum of RGB (Red+Green+Blue) = 170+6+94=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA065E is #55F9A1. Grayscale: #404040. Windows color (decimal): -5634466 or 6162090. OLE color: 6162090.

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

Color convert

RGB 170 6 94 -
CMYK 0 0.96 0.45 0.33
HSL 327.8º 0.93% 0.35% -
HSV(B) 327.8º 0.96% 0.67% -
XYZ 18.66 9.48 11.44 -
YUV 65.07 144.33 202.84 -
System Red Green Blue C M Y K H S L
Decimal 170 6 94 0 0.96 0.45 0.33 327.8 0.93 0.35
Hex AA 6 5E 0 60 2D 21 148 5D 23
Octal 252 6 136 0 140 55 41 510 135 43
Binary 10101010 110 1011110 0 1100000 101101 100001 101001000 1011101 100011

Color Harmonies of #AA065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA065E

Black with #AA065E

Text Example


Text Example

White with #AA065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA065E; }

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

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

background-color css

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

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

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

border-color css

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

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

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