Html Css Color HEX #AA82D1 East Side

📋 copy color: '#AA82D1'

red 170 ◦ green 130 ◦ blue 209

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

Shades of East Side #AA82D1

Tints of East Side #AA82D1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.54%

 BLUE value IS 209 (82.03% from 255) = 41.06%

R = 33.4%
G = 25.54%
B = 41.06%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA82D1 (or 0xAA82D1) is known color: East Side. HEX triplet: AA, 82 and D1. RGB value is (170,130,209). Sum of RGB (Red+Green+Blue) = 170+130+209=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA82D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82D1 is #557D2E. Grayscale: #969696. Windows color (decimal): -5602607 or 13730474. OLE color: 13730474.

HSL color Cylindrical-coordinate representation of color #AA82D1: hue angle of 270.38º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA82D1 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 130 209 -
CMYK 0.19 0.38 0 0.18
HSL 270.38º 0.46% 0.66% -
HSV(B) 270.38º 0.38% 0.82% -
XYZ 36.07 29.11 64.04 -
YUV 150.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 170 130 209 0.19 0.38 0 0.18 270.38 0.46 0.66
Hex AA 82 D1 13 26 0 12 10E 2E 42
Octal 252 202 321 23 46 0 22 416 56 102
Binary 10101010 10000010 11010001 10011 100110 0 10010 100001110 101110 1000010

Color Harmonies of #AA82D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA82D1

Black with #AA82D1

Text Example


Text Example

White with #AA82D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA82D1; }

 p { color: rgb(170,130,209); }

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

background-color css

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

 a { background-color: rgb(170,130,209); }

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

border-color css

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

 span { border-color: rgb(170,130,209); }

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