Html Css Color HEX #AA63FC Medium Purple

📋 copy color: '#AA63FC'

red 170 ◦ green 99 ◦ blue 252

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

Shades of Medium Purple #AA63FC

Tints of Medium Purple #AA63FC

RGB

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

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

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

R = 32.63%
G = 19%
B = 48.37%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA63FC (or 0xAA63FC) is known color: Medium Purple. HEX triplet: AA, 63 and FC. RGB value is (170,99,252). Sum of RGB (Red+Green+Blue) = 170+99+252=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA63FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63FC is #559C03. Grayscale: #898989. Windows color (decimal): -5610500 or 16540586. OLE color: 16540586.

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

Color convert

RGB 170 99 252 -
CMYK 0.33 0.61 0 0.01
HSL 267.84º 0.96% 0.69% -
HSV(B) 267.84º 0.61% 0.99% -
XYZ 38.61 24.5 94.79 -
YUV 137.67 192.52 151.06 -
System Red Green Blue C M Y K H S L
Decimal 170 99 252 0.33 0.61 0 0.01 267.84 0.96 0.69
Hex AA 63 FC 21 3D 0 1 10C 60 45
Octal 252 143 374 41 75 0 1 414 140 105
Binary 10101010 1100011 11111100 100001 111101 0 1 100001100 1100000 1000101

Color Harmonies of #AA63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63FC

Black with #AA63FC

Text Example


Text Example

White with #AA63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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