Html Css Color HEX #A063ED Medium Purple

📋 copy color: '#A063ED'

red 160 ◦ green 99 ◦ blue 237

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

Shades of Medium Purple #A063ED

Tints of Medium Purple #A063ED

RGB

 RED value IS 160 (62.89% from 255) = 32.26%

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

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

R = 32.26%
G = 19.96%
B = 47.78%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A063ED (or 0xA063ED) is known color: Medium Purple. HEX triplet: A0, 63 and ED. RGB value is (160,99,237). Sum of RGB (Red+Green+Blue) = 160+99+237=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #A063ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A063ED is #5F9C12. Grayscale: #848484. Windows color (decimal): -6265875 or 15557536. OLE color: 15557536.

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

Color convert

RGB 160 99 237 -
CMYK 0.32 0.58 0 0.07
HSL 266.52º 0.79% 0.66% -
HSV(B) 266.52º 0.58% 0.93% -
XYZ 34.25 22.51 82.66 -
YUV 132.97 186.71 147.28 -
System Red Green Blue C M Y K H S L
Decimal 160 99 237 0.32 0.58 0 0.07 266.52 0.79 0.66
Hex A0 63 ED 20 3A 0 7 10B 4F 42
Octal 240 143 355 40 72 0 7 413 117 102
Binary 10100000 1100011 11101101 100000 111010 0 111 100001011 1001111 1000010

Color Harmonies of #A063ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063ED

Black with #A063ED

Text Example


Text Example

White with #A063ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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