Html Css Color HEX #A063F0 Medium Purple

📋 copy color: '#A063F0'

red 160 ◦ green 99 ◦ blue 240

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

Shades of Medium Purple #A063F0

Tints of Medium Purple #A063F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 32.06%
G = 19.84%
B = 48.1%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A063F0 (or 0xA063F0) is known color: Medium Purple. HEX triplet: A0, 63 and F0. RGB value is (160,99,240). Sum of RGB (Red+Green+Blue) = 160+99+240=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #A063F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A063F0 is #5F9C0F. Grayscale: #848484. Windows color (decimal): -6265872 or 15754144. OLE color: 15754144.

HSL color Cylindrical-coordinate representation of color #A063F0: hue angle of 265.96º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A063F0 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 99 240 -
CMYK 0.33 0.59 0 0.06
HSL 265.96º 0.82% 0.66% -
HSV(B) 265.96º 0.59% 0.94% -
XYZ 34.69 22.69 84.99 -
YUV 133.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 160 99 240 0.33 0.59 0 0.06 265.96 0.82 0.66
Hex A0 63 F0 21 3B 0 6 10A 52 42
Octal 240 143 360 41 73 0 6 412 122 102
Binary 10100000 1100011 11110000 100001 111011 0 110 100001010 1010010 1000010

Color Harmonies of #A063F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063F0

Black with #A063F0

Text Example


Text Example

White with #A063F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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