Html Css Color HEX #AA6DEA Medium Purple

📋 copy color: '#AA6DEA'

red 170 ◦ green 109 ◦ blue 234

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

Shades of Medium Purple #AA6DEA

Tints of Medium Purple #AA6DEA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.25%

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

R = 33.14%
G = 21.25%
B = 45.61%

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

#AA6DEA (or 0xAA6DEA) is known color: Medium Purple. HEX triplet: AA, 6D and EA. RGB value is (170,109,234). Sum of RGB (Red+Green+Blue) = 170+109+234=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA6DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6DEA is #559215. Grayscale: #8D8D8D. Windows color (decimal): -5607958 or 15363498. OLE color: 15363498.

HSL color Cylindrical-coordinate representation of color #AA6DEA: hue angle of 269.28º 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 #AA6DEA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 109 234 -
CMYK 0.27 0.53 0 0.08
HSL 269.28º 0.75% 0.67% -
HSV(B) 269.28º 0.53% 0.92% -
XYZ 36.9 25.42 80.8 -
YUV 141.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 170 109 234 0.27 0.53 0 0.08 269.28 0.75 0.67
Hex AA 6D EA 1B 35 0 8 10D 4B 43
Octal 252 155 352 33 65 0 10 415 113 103
Binary 10101010 1101101 11101010 11011 110101 0 1000 100001101 1001011 1000011

Color Harmonies of #AA6DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DEA

Black with #AA6DEA

Text Example


Text Example

White with #AA6DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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