Html Css Color HEX #AA63EB Medium Purple

📋 copy color: '#AA63EB'

red 170 ◦ green 99 ◦ blue 235

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

Shades of Medium Purple #AA63EB

Tints of Medium Purple #AA63EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 33.73%
G = 19.64%
B = 46.63%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA63EB (or 0xAA63EB) is known color: Medium Purple. HEX triplet: AA, 63 and EB. RGB value is (170,99,235). Sum of RGB (Red+Green+Blue) = 170+99+235=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA63EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63EB is #559C14. Grayscale: #878787. Windows color (decimal): -5610517 or 15426474. OLE color: 15426474.

HSL color Cylindrical-coordinate representation of color #AA63EB: hue angle of 271.32º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA63EB is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 99 235 -
CMYK 0.28 0.58 0 0.08
HSL 271.32º 0.77% 0.65% -
HSV(B) 271.32º 0.58% 0.92% -
XYZ 36.03 23.47 81.23 -
YUV 135.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 170 99 235 0.28 0.58 0 0.08 271.32 0.77 0.65
Hex AA 63 EB 1C 3A 0 8 10F 4D 41
Octal 252 143 353 34 72 0 10 417 115 101
Binary 10101010 1100011 11101011 11100 111010 0 1000 100001111 1001101 1000001

Color Harmonies of #AA63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63EB

Black with #AA63EB

Text Example


Text Example

White with #AA63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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