Html Css Color HEX #AA6EEA Medium Purple

📋 copy color: '#AA6EEA'

red 170 ◦ green 110 ◦ blue 234

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

Shades of Medium Purple #AA6EEA

Tints of Medium Purple #AA6EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.4%

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 33.07%
G = 21.4%
B = 45.53%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA6EEA (or 0xAA6EEA) is known color: Medium Purple. HEX triplet: AA, 6E and EA. RGB value is (170,110,234). Sum of RGB (Red+Green+Blue) = 170+110+234=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA6EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6EEA is #559115. Grayscale: #8D8D8D. Windows color (decimal): -5607702 or 15363754. OLE color: 15363754.

HSL color Cylindrical-coordinate representation of color #AA6EEA: hue angle of 269.03º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA6EEA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 110 234 -
CMYK 0.27 0.53 0 0.08
HSL 269.03º 0.75% 0.67% -
HSV(B) 269.03º 0.53% 0.92% -
XYZ 37 25.64 80.84 -
YUV 142.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 170 110 234 0.27 0.53 0 0.08 269.03 0.75 0.67
Hex AA 6E EA 1B 35 0 8 10D 4B 43
Octal 252 156 352 33 65 0 10 415 113 103
Binary 10101010 1101110 11101010 11011 110101 0 1000 100001101 1001011 1000011

Color Harmonies of #AA6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EEA

Black with #AA6EEA

Text Example


Text Example

White with #AA6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EEA; }

 p { color: rgb(170,110,234); }

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

background-color css

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

 a { background-color: rgb(170,110,234); }

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

border-color css

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

 span { border-color: rgb(170,110,234); }

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