Html Css Color HEX #AA7EEF Medium Purple

📋 copy color: '#AA7EEF'

red 170 ◦ green 126 ◦ blue 239

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

Shades of Medium Purple #AA7EEF

Tints of Medium Purple #AA7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.55%

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 31.78%
G = 23.55%
B = 44.67%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA7EEF (or 0xAA7EEF) is known color: Medium Purple. HEX triplet: AA, 7E and EF. RGB value is (170,126,239). Sum of RGB (Red+Green+Blue) = 170+126+239=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA7EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EEF is #558110. Grayscale: #979797. Windows color (decimal): -5603601 or 15695530. OLE color: 15695530.

HSL color Cylindrical-coordinate representation of color #AA7EEF: hue angle of 263.36º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7EEF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 126 239 -
CMYK 0.29 0.47 0 0.06
HSL 263.36º 0.78% 0.72% -
HSV(B) 263.36º 0.47% 0.94% -
XYZ 39.62 29.7 85.31 -
YUV 152.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 170 126 239 0.29 0.47 0 0.06 263.36 0.78 0.72
Hex AA 7E EF 1D 2F 0 6 107 4E 48
Octal 252 176 357 35 57 0 6 407 116 110
Binary 10101010 1111110 11101111 11101 101111 0 110 100000111 1001110 1001000

Color Harmonies of #AA7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7EEF

Black with #AA7EEF

Text Example


Text Example

White with #AA7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7EEF; }

 p { color: rgb(170,126,239); }

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

background-color css

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

 a { background-color: rgb(170,126,239); }

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

border-color css

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

 span { border-color: rgb(170,126,239); }

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