Html Css Color HEX #AA6DFC Medium Purple

📋 copy color: '#AA6DFC'

red 170 ◦ green 109 ◦ blue 252

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

Shades of Medium Purple #AA6DFC

Tints of Medium Purple #AA6DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.53%

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

R = 32.02%
G = 20.53%
B = 47.46%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA6DFC (or 0xAA6DFC) is known color: Medium Purple. HEX triplet: AA, 6D and FC. RGB value is (170,109,252). Sum of RGB (Red+Green+Blue) = 170+109+252=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA6DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6DFC is #559203. Grayscale: #8F8F8F. Windows color (decimal): -5607940 or 16543146. OLE color: 16543146.

HSL color Cylindrical-coordinate representation of color #AA6DFC: hue angle of 265.59º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6DFC is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 109 252 -
CMYK 0.33 0.57 0 0.01
HSL 265.59º 0.96% 0.71% -
HSV(B) 265.59º 0.57% 0.99% -
XYZ 39.62 26.51 95.12 -
YUV 143.54 189.21 146.87 -
System Red Green Blue C M Y K H S L
Decimal 170 109 252 0.33 0.57 0 0.01 265.59 0.96 0.71
Hex AA 6D FC 21 39 0 1 10A 60 47
Octal 252 155 374 41 71 0 1 412 140 107
Binary 10101010 1101101 11111100 100001 111001 0 1 100001010 1100000 1000111

Color Harmonies of #AA6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DFC

Black with #AA6DFC

Text Example


Text Example

White with #AA6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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