Html Css Color HEX #AA2065 Jazzberry Jam

📋 copy color: '#AA2065'

red 170 ◦ green 32 ◦ blue 101

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

Shades of Jazzberry Jam #AA2065

Tints of Jazzberry Jam #AA2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 56.11%
G = 10.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA2065 (or 0xAA2065) is known color: Jazzberry Jam. HEX triplet: AA, 20 and 65. RGB value is (170,32,101). Sum of RGB (Red+Green+Blue) = 170+32+101=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2065 is #55DF9A. Grayscale: #505050. Windows color (decimal): -5627803 or 6627498. OLE color: 6627498.

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

Color convert

RGB 170 32 101 -
CMYK 0 0.81 0.41 0.33
HSL 330º 0.68% 0.4% -
HSV(B) 330º 0.81% 0.67% -
XYZ 19.44 10.52 13.32 -
YUV 81.13 139.22 191.39 -
System Red Green Blue C M Y K H S L
Decimal 170 32 101 0 0.81 0.41 0.33 330 0.68 0.4
Hex AA 20 65 0 51 29 21 14A 44 28
Octal 252 40 145 0 121 51 41 512 104 50
Binary 10101010 100000 1100101 0 1010001 101001 100001 101001010 1000100 101000

Color Harmonies of #AA2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2065

Black with #AA2065

Text Example


Text Example

White with #AA2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2065; }

 p { color: rgb(170,32,101); }

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

background-color css

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

 a { background-color: rgb(170,32,101); }

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

border-color css

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

 span { border-color: rgb(170,32,101); }

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