Html Css Color HEX #AA64EA Medium Purple

📋 copy color: '#AA64EA'

red 170 ◦ green 100 ◦ blue 234

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

Shades of Medium Purple #AA64EA

Tints of Medium Purple #AA64EA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.84%

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

R = 33.73%
G = 19.84%
B = 46.43%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA64EA (or 0xAA64EA) is known color: Medium Purple. HEX triplet: AA, 64 and EA. RGB value is (170,100,234). Sum of RGB (Red+Green+Blue) = 170+100+234=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA64EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64EA is #559B15. Grayscale: #878787. Windows color (decimal): -5610262 or 15361194. OLE color: 15361194.

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

Color convert

RGB 170 100 234 -
CMYK 0.27 0.57 0 0.08
HSL 271.34º 0.76% 0.65% -
HSV(B) 271.34º 0.57% 0.92% -
XYZ 35.99 23.6 80.5 -
YUV 136.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 170 100 234 0.27 0.57 0 0.08 271.34 0.76 0.65
Hex AA 64 EA 1B 39 0 8 10F 4C 41
Octal 252 144 352 33 71 0 10 417 114 101
Binary 10101010 1100100 11101010 11011 111001 0 1000 100001111 1001100 1000001

Color Harmonies of #AA64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64EA

Black with #AA64EA

Text Example


Text Example

White with #AA64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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