Html Css Color HEX #AA6FFE Medium Purple

📋 copy color: '#AA6FFE'

red 170 ◦ green 111 ◦ blue 254

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

Shades of Medium Purple #AA6FFE

Tints of Medium Purple #AA6FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.75%

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

R = 31.78%
G = 20.75%
B = 47.48%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA6FFE (or 0xAA6FFE) is known color: Medium Purple. HEX triplet: AA, 6F and FE. RGB value is (170,111,254). Sum of RGB (Red+Green+Blue) = 170+111+254=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA6FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FFE is #559001. Grayscale: #909090. Windows color (decimal): -5607426 or 16674730. OLE color: 16674730.

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

Color convert

RGB 170 111 254 -
CMYK 0.33 0.56 0 0.00
HSL 264.76º 0.99% 0.72% -
HSV(B) 264.76º 0.56% 1% -
XYZ 40.15 27.07 96.87 -
YUV 144.94 189.55 145.87 -
System Red Green Blue C M Y K H S L
Decimal 170 111 254 0.33 0.56 0 0.00 264.76 0.99 0.72
Hex AA 6F FE 21 38 0 0 109 63 48
Octal 252 157 376 41 70 0 0 411 143 110
Binary 10101010 1101111 11111110 100001 111000 0 0 100001001 1100011 1001000

Color Harmonies of #AA6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FFE

Black with #AA6FFE

Text Example


Text Example

White with #AA6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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