Html Css Color HEX #AA63F4 Medium Purple

📋 copy color: '#AA63F4'

red 170 ◦ green 99 ◦ blue 244

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

Shades of Medium Purple #AA63F4

Tints of Medium Purple #AA63F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.56%

R = 33.14%
G = 19.3%
B = 47.56%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA63F4 (or 0xAA63F4) is known color: Medium Purple. HEX triplet: AA, 63 and F4. RGB value is (170,99,244). Sum of RGB (Red+Green+Blue) = 170+99+244=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA63F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63F4 is #559C0B. Grayscale: #888888. Windows color (decimal): -5610508 or 16016298. OLE color: 16016298.

HSL color Cylindrical-coordinate representation of color #AA63F4: hue angle of 269.38º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA63F4 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 99 244 -
CMYK 0.30 0.59 0 0.04
HSL 269.38º 0.87% 0.67% -
HSV(B) 269.38º 0.59% 0.96% -
XYZ 37.37 24 88.25 -
YUV 136.76 188.52 151.71 -
System Red Green Blue C M Y K H S L
Decimal 170 99 244 0.30 0.59 0 0.04 269.38 0.87 0.67
Hex AA 63 F4 1E 3B 0 4 10D 57 43
Octal 252 143 364 36 73 0 4 415 127 103
Binary 10101010 1100011 11110100 11110 111011 0 100 100001101 1010111 1000011

Color Harmonies of #AA63F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63F4

Black with #AA63F4

Text Example


Text Example

White with #AA63F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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