Html Css Color HEX #A263FA Medium Purple

📋 copy color: '#A263FA'

red 162 ◦ green 99 ◦ blue 250

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

Shades of Medium Purple #A263FA

Tints of Medium Purple #A263FA

RGB

 RED value IS 162 (63.67% from 255) = 31.7%

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

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 31.7%
G = 19.37%
B = 48.92%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A263FA (or 0xA263FA) is known color: Medium Purple. HEX triplet: A2, 63 and FA. RGB value is (162,99,250). Sum of RGB (Red+Green+Blue) = 162+99+250=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #A263FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A263FA is #5D9C05. Grayscale: #868686. Windows color (decimal): -6134790 or 16409506. OLE color: 16409506.

HSL color Cylindrical-coordinate representation of color #A263FA: hue angle of 265.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A263FA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 99 250 -
CMYK 0.35 0.60 0 0.02
HSL 265.03º 0.94% 0.68% -
HSV(B) 265.03º 0.6% 0.98% -
XYZ 36.62 23.51 93.05 -
YUV 135.05 192.87 147.22 -
System Red Green Blue C M Y K H S L
Decimal 162 99 250 0.35 0.60 0 0.02 265.03 0.94 0.68
Hex A2 63 FA 23 3C 0 2 109 5E 44
Octal 242 143 372 43 74 0 2 411 136 104
Binary 10100010 1100011 11111010 100011 111100 0 10 100001001 1011110 1000100

Color Harmonies of #A263FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263FA

Black with #A263FA

Text Example


Text Example

White with #A263FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263FA; }

 p { color: rgb(162,99,250); }

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

background-color css

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

 a { background-color: rgb(162,99,250); }

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

border-color css

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

 span { border-color: rgb(162,99,250); }

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