Html Css Color HEX #AA6AFE Medium Purple

📋 copy color: '#AA6AFE'

red 170 ◦ green 106 ◦ blue 254

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

Shades of Medium Purple #AA6AFE

Tints of Medium Purple #AA6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 32.08%
G = 20%
B = 47.92%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA6AFE (or 0xAA6AFE) is known color: Medium Purple. HEX triplet: AA, 6A and FE. RGB value is (170,106,254). Sum of RGB (Red+Green+Blue) = 170+106+254=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA6AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6AFE is #559501. Grayscale: #8D8D8D. Windows color (decimal): -5608706 or 16673450. OLE color: 16673450.

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

Color convert

RGB 170 106 254 -
CMYK 0.33 0.58 0 0.00
HSL 265.95º 0.99% 0.71% -
HSV(B) 265.95º 0.58% 1% -
XYZ 39.62 26.01 96.7 -
YUV 142.01 191.2 147.97 -
System Red Green Blue C M Y K H S L
Decimal 170 106 254 0.33 0.58 0 0.00 265.95 0.99 0.71
Hex AA 6A FE 21 3A 0 0 10A 63 47
Octal 252 152 376 41 72 0 0 412 143 107
Binary 10101010 1101010 11111110 100001 111010 0 0 100001010 1100011 1000111

Color Harmonies of #AA6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AFE

Black with #AA6AFE

Text Example


Text Example

White with #AA6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AFE; }

 p { color: rgb(170,106,254); }

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

background-color css

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

 a { background-color: rgb(170,106,254); }

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

border-color css

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

 span { border-color: rgb(170,106,254); }

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