Html Css Color HEX #A063EB Medium Purple

📋 copy color: '#A063EB'

red 160 ◦ green 99 ◦ blue 235

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

Shades of Medium Purple #A063EB

Tints of Medium Purple #A063EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 32.39%
G = 20.04%
B = 47.57%

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

#A063EB (or 0xA063EB) is known color: Medium Purple. HEX triplet: A0, 63 and EB. RGB value is (160,99,235). Sum of RGB (Red+Green+Blue) = 160+99+235=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #A063EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A063EB is #5F9C14. Grayscale: #848484. Windows color (decimal): -6265877 or 15426464. OLE color: 15426464.

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

Color convert

RGB 160 99 235 -
CMYK 0.32 0.58 0 0.08
HSL 266.91º 0.77% 0.65% -
HSV(B) 266.91º 0.58% 0.92% -
XYZ 33.95 22.4 81.13 -
YUV 132.74 185.71 147.44 -
System Red Green Blue C M Y K H S L
Decimal 160 99 235 0.32 0.58 0 0.08 266.91 0.77 0.65
Hex A0 63 EB 20 3A 0 8 10B 4D 41
Octal 240 143 353 40 72 0 10 413 115 101
Binary 10100000 1100011 11101011 100000 111010 0 1000 100001011 1001101 1000001

Color Harmonies of #A063EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063EB

Black with #A063EB

Text Example


Text Example

White with #A063EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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