Html Css Color HEX #AA7FED Medium Purple

📋 copy color: '#AA7FED'

red 170 ◦ green 127 ◦ blue 237

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

Shades of Medium Purple #AA7FED

Tints of Medium Purple #AA7FED

RGB

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

 GREEN value IS 127 (50% from 255) = 23.78%

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 31.84%
G = 23.78%
B = 44.38%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA7FED (or 0xAA7FED) is known color: Medium Purple. HEX triplet: AA, 7F and ED. RGB value is (170,127,237). Sum of RGB (Red+Green+Blue) = 170+127+237=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA7FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FED is #558012. Grayscale: #989898. Windows color (decimal): -5603347 or 15564714. OLE color: 15564714.

HSL color Cylindrical-coordinate representation of color #AA7FED: hue angle of 263.45º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA7FED is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 127 237 -
CMYK 0.28 0.46 0 0.07
HSL 263.45º 0.75% 0.71% -
HSV(B) 263.45º 0.46% 0.93% -
XYZ 39.45 29.84 83.8 -
YUV 152.4 175.75 140.56 -
System Red Green Blue C M Y K H S L
Decimal 170 127 237 0.28 0.46 0 0.07 263.45 0.75 0.71
Hex AA 7F ED 1C 2E 0 7 107 4B 47
Octal 252 177 355 34 56 0 7 407 113 107
Binary 10101010 1111111 11101101 11100 101110 0 111 100000111 1001011 1000111

Color Harmonies of #AA7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FED

Black with #AA7FED

Text Example


Text Example

White with #AA7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FED; }

 p { color: rgb(170,127,237); }

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

background-color css

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

 a { background-color: rgb(170,127,237); }

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

border-color css

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

 span { border-color: rgb(170,127,237); }

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