Html Css Color HEX #AA6FFC Medium Purple

📋 copy color: '#AA6FFC'

red 170 ◦ green 111 ◦ blue 252

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

Shades of Medium Purple #AA6FFC

Tints of Medium Purple #AA6FFC

RGB

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

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

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

R = 31.89%
G = 20.83%
B = 47.28%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA6FFC (or 0xAA6FFC) is known color: Medium Purple. HEX triplet: AA, 6F and FC. RGB value is (170,111,252). Sum of RGB (Red+Green+Blue) = 170+111+252=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA6FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FFC is #559003. Grayscale: #909090. Windows color (decimal): -5607428 or 16543658. OLE color: 16543658.

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

Color convert

RGB 170 111 252 -
CMYK 0.33 0.56 0 0.01
HSL 265.11º 0.96% 0.71% -
HSV(B) 265.11º 0.56% 0.99% -
XYZ 39.83 26.94 95.2 -
YUV 144.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 170 111 252 0.33 0.56 0 0.01 265.11 0.96 0.71
Hex AA 6F FC 21 38 0 1 109 60 47
Octal 252 157 374 41 70 0 1 411 140 107
Binary 10101010 1101111 11111100 100001 111000 0 1 100001001 1100000 1000111

Color Harmonies of #AA6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FFC

Black with #AA6FFC

Text Example


Text Example

White with #AA6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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