Html Css Color HEX #AA7DFC Medium Purple

📋 copy color: '#AA7DFC'

red 170 ◦ green 125 ◦ blue 252

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

Shades of Medium Purple #AA7DFC

Tints of Medium Purple #AA7DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 31.08%
G = 22.85%
B = 46.07%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA7DFC (or 0xAA7DFC) is known color: Medium Purple. HEX triplet: AA, 7D and FC. RGB value is (170,125,252). Sum of RGB (Red+Green+Blue) = 170+125+252=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA7DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DFC is #558203. Grayscale: #989898. Windows color (decimal): -5603844 or 16547242. OLE color: 16547242.

HSL color Cylindrical-coordinate representation of color #AA7DFC: hue angle of 261.26º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7DFC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 125 252 -
CMYK 0.33 0.50 0 0.01
HSL 261.26º 0.95% 0.74% -
HSV(B) 261.26º 0.5% 0.99% -
XYZ 41.48 30.24 95.75 -
YUV 152.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 170 125 252 0.33 0.50 0 0.01 261.26 0.95 0.74
Hex AA 7D FC 21 32 0 1 105 5F 4A
Octal 252 175 374 41 62 0 1 405 137 112
Binary 10101010 1111101 11111100 100001 110010 0 1 100000101 1011111 1001010

Color Harmonies of #AA7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DFC

Black with #AA7DFC

Text Example


Text Example

White with #AA7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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