Html Css Color HEX #AA63F0 Medium Purple

📋 copy color: '#AA63F0'

red 170 ◦ green 99 ◦ blue 240

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

Shades of Medium Purple #AA63F0

Tints of Medium Purple #AA63F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.15%

R = 33.4%
G = 19.45%
B = 47.15%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA63F0 (or 0xAA63F0) is known color: Medium Purple. HEX triplet: AA, 63 and F0. RGB value is (170,99,240). Sum of RGB (Red+Green+Blue) = 170+99+240=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA63F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63F0 is #559C0F. Grayscale: #878787. Windows color (decimal): -5610512 or 15754154. OLE color: 15754154.

HSL color Cylindrical-coordinate representation of color #AA63F0: hue angle of 270.21º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA63F0 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 99 240 -
CMYK 0.29 0.59 0 0.06
HSL 270.21º 0.82% 0.66% -
HSV(B) 270.21º 0.59% 0.94% -
XYZ 36.77 23.76 85.09 -
YUV 136.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 170 99 240 0.29 0.59 0 0.06 270.21 0.82 0.66
Hex AA 63 F0 1D 3B 0 6 10E 52 42
Octal 252 143 360 35 73 0 6 416 122 102
Binary 10101010 1100011 11110000 11101 111011 0 110 100001110 1010010 1000010

Color Harmonies of #AA63F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63F0

Black with #AA63F0

Text Example


Text Example

White with #AA63F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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