Html Css Color HEX #A263EF Medium Purple

📋 copy color: '#A263EF'

red 162 ◦ green 99 ◦ blue 239

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

Shades of Medium Purple #A263EF

Tints of Medium Purple #A263EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 32.4%
G = 19.8%
B = 47.8%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A263EF (or 0xA263EF) is known color: Medium Purple. HEX triplet: A2, 63 and EF. RGB value is (162,99,239). Sum of RGB (Red+Green+Blue) = 162+99+239=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #A263EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A263EF is #5D9C10. Grayscale: #858585. Windows color (decimal): -6134801 or 15688610. OLE color: 15688610.

HSL color Cylindrical-coordinate representation of color #A263EF: hue angle of 267º degrees, saturation: 0.81, 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 #A263EF is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 99 239 -
CMYK 0.32 0.59 0 0.06
HSL 267º 0.81% 0.66% -
HSV(B) 267º 0.59% 0.94% -
XYZ 34.94 22.84 84.23 -
YUV 133.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 162 99 239 0.32 0.59 0 0.06 267 0.81 0.66
Hex A2 63 EF 20 3B 0 6 10B 51 42
Octal 242 143 357 40 73 0 6 413 121 102
Binary 10100010 1100011 11101111 100000 111011 0 110 100001011 1010001 1000010

Color Harmonies of #A263EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263EF

Black with #A263EF

Text Example


Text Example

White with #A263EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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