Html Css Color HEX #AA7AE8 Medium Purple

📋 copy color: '#AA7AE8'

red 170 ◦ green 122 ◦ blue 232

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

Shades of Medium Purple #AA7AE8

Tints of Medium Purple #AA7AE8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.28%

 BLUE value IS 232 (91.02% from 255) = 44.27%

R = 32.44%
G = 23.28%
B = 44.27%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA7AE8 (or 0xAA7AE8) is known color: Medium Purple. HEX triplet: AA, 7A and E8. RGB value is (170,122,232). Sum of RGB (Red+Green+Blue) = 170+122+232=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA7AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7AE8 is #558517. Grayscale: #949494. Windows color (decimal): -5604632 or 15235754. OLE color: 15235754.

HSL color Cylindrical-coordinate representation of color #AA7AE8: hue angle of 266.18º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7AE8 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 122 232 -
CMYK 0.27 0.47 0 0.09
HSL 266.18º 0.71% 0.69% -
HSV(B) 266.18º 0.47% 0.91% -
XYZ 38.1 28.29 79.8 -
YUV 148.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 170 122 232 0.27 0.47 0 0.09 266.18 0.71 0.69
Hex AA 7A E8 1B 2F 0 9 10A 47 45
Octal 252 172 350 33 57 0 11 412 107 105
Binary 10101010 1111010 11101000 11011 101111 0 1001 100001010 1000111 1000101

Color Harmonies of #AA7AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AE8

Black with #AA7AE8

Text Example


Text Example

White with #AA7AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AE8; }

 p { color: rgb(170,122,232); }

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

background-color css

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

 a { background-color: rgb(170,122,232); }

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

border-color css

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

 span { border-color: rgb(170,122,232); }

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