Html Css Color HEX #A963EA Medium Purple

📋 copy color: '#A963EA'

red 169 ◦ green 99 ◦ blue 234

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

Shades of Medium Purple #A963EA

Tints of Medium Purple #A963EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 33.67%
G = 19.72%
B = 46.61%

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

#A963EA (or 0xA963EA) is known color: Medium Purple. HEX triplet: A9, 63 and EA. RGB value is (169,99,234). Sum of RGB (Red+Green+Blue) = 169+99+234=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #A963EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963EA is #569C15. Grayscale: #868686. Windows color (decimal): -5676054 or 15360937. OLE color: 15360937.

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

Color convert

RGB 169 99 234 -
CMYK 0.28 0.58 0 0.08
HSL 271.11º 0.76% 0.65% -
HSV(B) 271.11º 0.58% 0.92% -
XYZ 35.68 23.3 80.46 -
YUV 135.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 169 99 234 0.28 0.58 0 0.08 271.11 0.76 0.65
Hex A9 63 EA 1C 3A 0 8 10F 4C 41
Octal 251 143 352 34 72 0 10 417 114 101
Binary 10101001 1100011 11101010 11100 111010 0 1000 100001111 1001100 1000001

Color Harmonies of #A963EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963EA

Black with #A963EA

Text Example


Text Example

White with #A963EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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