Html Css Color HEX #AA76E0 Medium Purple

📋 copy color: '#AA76E0'

red 170 ◦ green 118 ◦ blue 224

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

Shades of Medium Purple #AA76E0

Tints of Medium Purple #AA76E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.75%

R = 33.2%
G = 23.05%
B = 43.75%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA76E0 (or 0xAA76E0) is known color: Medium Purple. HEX triplet: AA, 76 and E0. RGB value is (170,118,224). Sum of RGB (Red+Green+Blue) = 170+118+224=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA76E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76E0 is #55891F. Grayscale: #919191. Windows color (decimal): -5605664 or 14710442. OLE color: 14710442.

HSL color Cylindrical-coordinate representation of color #AA76E0: hue angle of 269.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA76E0 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 118 224 -
CMYK 0.24 0.47 0 0.12
HSL 269.43º 0.63% 0.67% -
HSV(B) 269.43º 0.47% 0.88% -
XYZ 36.51 26.88 73.79 -
YUV 145.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 170 118 224 0.24 0.47 0 0.12 269.43 0.63 0.67
Hex AA 76 E0 18 2F 0 C 10D 3F 43
Octal 252 166 340 30 57 0 14 415 77 103
Binary 10101010 1110110 11100000 11000 101111 0 1100 100001101 111111 1000011

Color Harmonies of #AA76E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76E0

Black with #AA76E0

Text Example


Text Example

White with #AA76E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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