Html Css Color HEX #AA7FDF Medium Purple

📋 copy color: '#AA7FDF'

red 170 ◦ green 127 ◦ blue 223

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

Shades of Medium Purple #AA7FDF

Tints of Medium Purple #AA7FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 32.69%
G = 24.42%
B = 42.88%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA7FDF (or 0xAA7FDF) is known color: Medium Purple. HEX triplet: AA, 7F and DF. RGB value is (170,127,223). Sum of RGB (Red+Green+Blue) = 170+127+223=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA7FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FDF is #558020. Grayscale: #969696. Windows color (decimal): -5603361 or 14647210. OLE color: 14647210.

HSL color Cylindrical-coordinate representation of color #AA7FDF: hue angle of 266.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7FDF is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 127 223 -
CMYK 0.24 0.43 0 0.13
HSL 266.88º 0.6% 0.69% -
HSV(B) 266.88º 0.43% 0.87% -
XYZ 37.49 29.05 73.44 -
YUV 150.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 170 127 223 0.24 0.43 0 0.13 266.88 0.6 0.69
Hex AA 7F DF 18 2B 0 D 10B 3C 45
Octal 252 177 337 30 53 0 15 413 74 105
Binary 10101010 1111111 11011111 11000 101011 0 1101 100001011 111100 1000101

Color Harmonies of #AA7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FDF

Black with #AA7FDF

Text Example


Text Example

White with #AA7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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