Html Css Color HEX #AA76DE Medium Purple

📋 copy color: '#AA76DE'

red 170 ◦ green 118 ◦ blue 222

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

Shades of Medium Purple #AA76DE

Tints of Medium Purple #AA76DE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.14%

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 33.33%
G = 23.14%
B = 43.53%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA76DE (or 0xAA76DE) is known color: Medium Purple. HEX triplet: AA, 76 and DE. RGB value is (170,118,222). Sum of RGB (Red+Green+Blue) = 170+118+222=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA76DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76DE is #558921. Grayscale: #919191. Windows color (decimal): -5605666 or 14579370. OLE color: 14579370.

HSL color Cylindrical-coordinate representation of color #AA76DE: hue angle of 270º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA76DE is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 118 222 -
CMYK 0.23 0.47 0 0.13
HSL 270º 0.61% 0.67% -
HSV(B) 270º 0.47% 0.87% -
XYZ 36.24 26.78 72.37 -
YUV 145.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 170 118 222 0.23 0.47 0 0.13 270 0.61 0.67
Hex AA 76 DE 17 2F 0 D 10E 3D 43
Octal 252 166 336 27 57 0 15 416 75 103
Binary 10101010 1110110 11011110 10111 101111 0 1101 100001110 111101 1000011

Color Harmonies of #AA76DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76DE

Black with #AA76DE

Text Example


Text Example

White with #AA76DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76DE; }

 p { color: rgb(170,118,222); }

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

background-color css

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

 a { background-color: rgb(170,118,222); }

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

border-color css

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

 span { border-color: rgb(170,118,222); }

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