Html Css Color HEX #AA7CDF Medium Purple

📋 copy color: '#AA7CDF'

red 170 ◦ green 124 ◦ blue 223

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

Shades of Medium Purple #AA7CDF

Tints of Medium Purple #AA7CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.98%

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

R = 32.88%
G = 23.98%
B = 43.13%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA7CDF (or 0xAA7CDF) is known color: Medium Purple. HEX triplet: AA, 7C and DF. RGB value is (170,124,223). Sum of RGB (Red+Green+Blue) = 170+124+223=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CDF is #558320. Grayscale: #949494. Windows color (decimal): -5604129 or 14646442. OLE color: 14646442.

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

Color convert

RGB 170 124 223 -
CMYK 0.24 0.44 0 0.13
HSL 267.88º 0.61% 0.68% -
HSV(B) 267.88º 0.44% 0.87% -
XYZ 37.1 28.29 73.32 -
YUV 149.04 169.74 142.95 -
System Red Green Blue C M Y K H S L
Decimal 170 124 223 0.24 0.44 0 0.13 267.88 0.61 0.68
Hex AA 7C DF 18 2C 0 D 10C 3D 44
Octal 252 174 337 30 54 0 15 414 75 104
Binary 10101010 1111100 11011111 11000 101100 0 1101 100001100 111101 1000100

Color Harmonies of #AA7CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CDF

Black with #AA7CDF

Text Example


Text Example

White with #AA7CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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