Html Css Color HEX #A963F0 Medium Purple

📋 copy color: '#A963F0'

red 169 ◦ green 99 ◦ blue 240

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

Shades of Medium Purple #A963F0

Tints of Medium Purple #A963F0

RGB

 RED value IS 169 (66.41% from 255) = 33.27%

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

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

R = 33.27%
G = 19.49%
B = 47.24%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A963F0 (or 0xA963F0) is known color: Medium Purple. HEX triplet: A9, 63 and F0. RGB value is (169,99,240). Sum of RGB (Red+Green+Blue) = 169+99+240=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #A963F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963F0 is #569C0F. Grayscale: #878787. Windows color (decimal): -5676048 or 15754153. OLE color: 15754153.

HSL color Cylindrical-coordinate representation of color #A963F0: hue angle of 269.79º 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 #A963F0 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 99 240 -
CMYK 0.30 0.59 0 0.06
HSL 269.79º 0.82% 0.66% -
HSV(B) 269.79º 0.59% 0.94% -
XYZ 36.55 23.65 85.08 -
YUV 136 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 169 99 240 0.30 0.59 0 0.06 269.79 0.82 0.66
Hex A9 63 F0 1E 3B 0 6 10E 52 42
Octal 251 143 360 36 73 0 6 416 122 102
Binary 10101001 1100011 11110000 11110 111011 0 110 100001110 1010010 1000010

Color Harmonies of #A963F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963F0

Black with #A963F0

Text Example


Text Example

White with #A963F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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