Html Css Color HEX #A063EA Medium Purple

📋 copy color: '#A063EA'

red 160 ◦ green 99 ◦ blue 234

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

Shades of Medium Purple #A063EA

Tints of Medium Purple #A063EA

RGB

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

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

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

R = 32.45%
G = 20.08%
B = 47.46%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A063EA (or 0xA063EA) is known color: Medium Purple. HEX triplet: A0, 63 and EA. RGB value is (160,99,234). Sum of RGB (Red+Green+Blue) = 160+99+234=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #A063EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A063EA is #5F9C15. Grayscale: #848484. Windows color (decimal): -6265878 or 15360928. OLE color: 15360928.

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

Color convert

RGB 160 99 234 -
CMYK 0.32 0.58 0 0.08
HSL 267.11º 0.76% 0.65% -
HSV(B) 267.11º 0.58% 0.92% -
XYZ 33.81 22.34 80.37 -
YUV 132.63 185.21 147.52 -
System Red Green Blue C M Y K H S L
Decimal 160 99 234 0.32 0.58 0 0.08 267.11 0.76 0.65
Hex A0 63 EA 20 3A 0 8 10B 4C 41
Octal 240 143 352 40 72 0 10 413 114 101
Binary 10100000 1100011 11101010 100000 111010 0 1000 100001011 1001100 1000001

Color Harmonies of #A063EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063EA

Black with #A063EA

Text Example


Text Example

White with #A063EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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