Html Css Color HEX #A263F9 Medium Purple

📋 copy color: '#A263F9'

red 162 ◦ green 99 ◦ blue 249

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

Shades of Medium Purple #A263F9

Tints of Medium Purple #A263F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.82%

R = 31.76%
G = 19.41%
B = 48.82%

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

#A263F9 (or 0xA263F9) is known color: Medium Purple. HEX triplet: A2, 63 and F9. RGB value is (162,99,249). Sum of RGB (Red+Green+Blue) = 162+99+249=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #A263F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A263F9 is #5D9C06. Grayscale: #868686. Windows color (decimal): -6134791 or 16343970. OLE color: 16343970.

HSL color Cylindrical-coordinate representation of color #A263F9: hue angle of 265.2º degrees, saturation: 0.93, 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 #A263F9 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 99 249 -
CMYK 0.35 0.60 0 0.02
HSL 265.2º 0.93% 0.68% -
HSV(B) 265.2º 0.6% 0.98% -
XYZ 36.46 23.44 92.23 -
YUV 134.94 192.37 147.3 -
System Red Green Blue C M Y K H S L
Decimal 162 99 249 0.35 0.60 0 0.02 265.2 0.93 0.68
Hex A2 63 F9 23 3C 0 2 109 5D 44
Octal 242 143 371 43 74 0 2 411 135 104
Binary 10100010 1100011 11111001 100011 111100 0 10 100001001 1011101 1000100

Color Harmonies of #A263F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263F9

Black with #A263F9

Text Example


Text Example

White with #A263F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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