Html Css Color HEX #AA065D Jazzberry Jam

📋 copy color: '#AA065D'

red 170 ◦ green 6 ◦ blue 93

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

Shades of Jazzberry Jam #AA065D

Tints of Jazzberry Jam #AA065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 63.2%
G = 2.23%
B = 34.57%

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

#AA065D (or 0xAA065D) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 5D. RGB value is (170,6,93). Sum of RGB (Red+Green+Blue) = 170+6+93=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA065D is #55F9A2. Grayscale: #404040. Windows color (decimal): -5634467 or 6096554. OLE color: 6096554.

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

Color convert

RGB 170 6 93 -
CMYK 0 0.96 0.45 0.33
HSL 328.17º 0.93% 0.35% -
HSV(B) 328.17º 0.96% 0.67% -
XYZ 18.62 9.47 11.2 -
YUV 64.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 170 6 93 0 0.96 0.45 0.33 328.17 0.93 0.35
Hex AA 6 5D 0 60 2D 21 148 5D 23
Octal 252 6 135 0 140 55 41 510 135 43
Binary 10101010 110 1011101 0 1100000 101101 100001 101001000 1011101 100011

Color Harmonies of #AA065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA065D

Black with #AA065D

Text Example


Text Example

White with #AA065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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