Html Css Color HEX #AA6CFD Medium Purple

📋 copy color: '#AA6CFD'

red 170 ◦ green 108 ◦ blue 253

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

Shades of Medium Purple #AA6CFD

Tints of Medium Purple #AA6CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.34%

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 32.02%
G = 20.34%
B = 47.65%

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

#AA6CFD (or 0xAA6CFD) is known color: Medium Purple. HEX triplet: AA, 6C and FD. RGB value is (170,108,253). Sum of RGB (Red+Green+Blue) = 170+108+253=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA6CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CFD is #559302. Grayscale: #8E8E8E. Windows color (decimal): -5608195 or 16608426. OLE color: 16608426.

HSL color Cylindrical-coordinate representation of color #AA6CFD: hue angle of 265.66º degrees, saturation: 0.97, 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 #AA6CFD is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 108 253 -
CMYK 0.33 0.57 0 0.01
HSL 265.66º 0.97% 0.71% -
HSV(B) 265.66º 0.57% 0.99% -
XYZ 39.67 26.36 95.93 -
YUV 143.07 190.04 147.21 -
System Red Green Blue C M Y K H S L
Decimal 170 108 253 0.33 0.57 0 0.01 265.66 0.97 0.71
Hex AA 6C FD 21 39 0 1 10A 61 47
Octal 252 154 375 41 71 0 1 412 141 107
Binary 10101010 1101100 11111101 100001 111001 0 1 100001010 1100001 1000111

Color Harmonies of #AA6CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CFD

Black with #AA6CFD

Text Example


Text Example

White with #AA6CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CFD; }

 p { color: rgb(170,108,253); }

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

background-color css

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

 a { background-color: rgb(170,108,253); }

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

border-color css

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

 span { border-color: rgb(170,108,253); }

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