Html Css Color HEX #AA63EC Medium Purple

📋 copy color: '#AA63EC'

red 170 ◦ green 99 ◦ blue 236

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

Shades of Medium Purple #AA63EC

Tints of Medium Purple #AA63EC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.6%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 33.66%
G = 19.6%
B = 46.73%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA63EC (or 0xAA63EC) is known color: Medium Purple. HEX triplet: AA, 63 and EC. RGB value is (170,99,236). Sum of RGB (Red+Green+Blue) = 170+99+236=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA63EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63EC is #559C13. Grayscale: #878787. Windows color (decimal): -5610516 or 15492010. OLE color: 15492010.

HSL color Cylindrical-coordinate representation of color #AA63EC: hue angle of 271.09º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA63EC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 99 236 -
CMYK 0.28 0.58 0 0.07
HSL 271.09º 0.78% 0.66% -
HSV(B) 271.09º 0.58% 0.93% -
XYZ 36.18 23.53 81.99 -
YUV 135.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 170 99 236 0.28 0.58 0 0.07 271.09 0.78 0.66
Hex AA 63 EC 1C 3A 0 7 10F 4E 42
Octal 252 143 354 34 72 0 7 417 116 102
Binary 10101010 1100011 11101100 11100 111010 0 111 100001111 1001110 1000010

Color Harmonies of #AA63EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63EC

Black with #AA63EC

Text Example


Text Example

White with #AA63EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63EC; }

 p { color: rgb(170,99,236); }

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

background-color css

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

 a { background-color: rgb(170,99,236); }

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

border-color css

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

 span { border-color: rgb(170,99,236); }

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