Html Css Color HEX #AA7DFE Medium Purple

📋 copy color: '#AA7DFE'

red 170 ◦ green 125 ◦ blue 254

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

Shades of Medium Purple #AA7DFE

Tints of Medium Purple #AA7DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.77%

 BLUE value IS 254 (99.61% from 255) = 46.27%

R = 30.97%
G = 22.77%
B = 46.27%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA7DFE (or 0xAA7DFE) is known color: Medium Purple. HEX triplet: AA, 7D and FE. RGB value is (170,125,254). Sum of RGB (Red+Green+Blue) = 170+125+254=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DFE is #558201. Grayscale: #989898. Windows color (decimal): -5603842 or 16678314. OLE color: 16678314.

HSL color Cylindrical-coordinate representation of color #AA7DFE: hue angle of 260.93º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7DFE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 125 254 -
CMYK 0.33 0.51 0 0.00
HSL 260.93º 0.98% 0.74% -
HSV(B) 260.93º 0.51% 1% -
XYZ 41.8 30.37 97.42 -
YUV 153.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 170 125 254 0.33 0.51 0 0.00 260.93 0.98 0.74
Hex AA 7D FE 21 33 0 0 105 62 4A
Octal 252 175 376 41 63 0 0 405 142 112
Binary 10101010 1111101 11111110 100001 110011 0 0 100000101 1100010 1001010

Color Harmonies of #AA7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DFE

Black with #AA7DFE

Text Example


Text Example

White with #AA7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DFE; }

 p { color: rgb(170,125,254); }

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

background-color css

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

 a { background-color: rgb(170,125,254); }

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

border-color css

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

 span { border-color: rgb(170,125,254); }

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