Html Css Color HEX #AA7FFC Medium Purple

📋 copy color: '#AA7FFC'

red 170 ◦ green 127 ◦ blue 252

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

Shades of Medium Purple #AA7FFC

Tints of Medium Purple #AA7FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.13%

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

R = 30.97%
G = 23.13%
B = 45.9%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA7FFC (or 0xAA7FFC) is known color: Medium Purple. HEX triplet: AA, 7F and FC. RGB value is (170,127,252). Sum of RGB (Red+Green+Blue) = 170+127+252=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA7FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FFC is #558003. Grayscale: #999999. Windows color (decimal): -5603332 or 16547754. OLE color: 16547754.

HSL color Cylindrical-coordinate representation of color #AA7FFC: hue angle of 260.64º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7FFC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 127 252 -
CMYK 0.33 0.50 0 0.01
HSL 260.64º 0.95% 0.74% -
HSV(B) 260.64º 0.5% 0.99% -
XYZ 41.74 30.75 95.83 -
YUV 154.11 183.25 139.34 -
System Red Green Blue C M Y K H S L
Decimal 170 127 252 0.33 0.50 0 0.01 260.64 0.95 0.74
Hex AA 7F FC 21 32 0 1 105 5F 4A
Octal 252 177 374 41 62 0 1 405 137 112
Binary 10101010 1111111 11111100 100001 110010 0 1 100000101 1011111 1001010

Color Harmonies of #AA7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FFC

Black with #AA7FFC

Text Example


Text Example

White with #AA7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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