Html Css Color HEX #A963EC Medium Purple

📋 copy color: '#A963EC'

red 169 ◦ green 99 ◦ blue 236

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

Shades of Medium Purple #A963EC

Tints of Medium Purple #A963EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 33.53%
G = 19.64%
B = 46.83%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A963EC (or 0xA963EC) is known color: Medium Purple. HEX triplet: A9, 63 and EC. RGB value is (169,99,236). Sum of RGB (Red+Green+Blue) = 169+99+236=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #A963EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963EC is #569C13. Grayscale: #878787. Windows color (decimal): -5676052 or 15492009. OLE color: 15492009.

HSL color Cylindrical-coordinate representation of color #A963EC: hue angle of 270.66º degrees, saturation: 0.78, 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 #A963EC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 99 236 -
CMYK 0.28 0.58 0 0.07
HSL 270.66º 0.78% 0.66% -
HSV(B) 270.66º 0.58% 0.93% -
XYZ 35.96 23.41 81.98 -
YUV 135.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 169 99 236 0.28 0.58 0 0.07 270.66 0.78 0.66
Hex A9 63 EC 1C 3A 0 7 10F 4E 42
Octal 251 143 354 34 72 0 7 417 116 102
Binary 10101001 1100011 11101100 11100 111010 0 111 100001111 1001110 1000010

Color Harmonies of #A963EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963EC

Black with #A963EC

Text Example


Text Example

White with #A963EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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