Html Css Color HEX #A963ED Medium Purple

📋 copy color: '#A963ED'

red 169 ◦ green 99 ◦ blue 237

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

Shades of Medium Purple #A963ED

Tints of Medium Purple #A963ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 33.47%
G = 19.6%
B = 46.93%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A963ED (or 0xA963ED) is known color: Medium Purple. HEX triplet: A9, 63 and ED. RGB value is (169,99,237). Sum of RGB (Red+Green+Blue) = 169+99+237=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #A963ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963ED is #569C12. Grayscale: #878787. Windows color (decimal): -5676051 or 15557545. OLE color: 15557545.

HSL color Cylindrical-coordinate representation of color #A963ED: hue angle of 270.43º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A963ED is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 99 237 -
CMYK 0.29 0.58 0 0.07
HSL 270.43º 0.79% 0.66% -
HSV(B) 270.43º 0.58% 0.93% -
XYZ 36.11 23.47 82.75 -
YUV 135.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 169 99 237 0.29 0.58 0 0.07 270.43 0.79 0.66
Hex A9 63 ED 1D 3A 0 7 10E 4F 42
Octal 251 143 355 35 72 0 7 416 117 102
Binary 10101001 1100011 11101101 11101 111010 0 111 100001110 1001111 1000010

Color Harmonies of #A963ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963ED

Black with #A963ED

Text Example


Text Example

White with #A963ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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