Html Css Color HEX #A263F2 Medium Purple

📋 copy color: '#A263F2'

red 162 ◦ green 99 ◦ blue 242

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

Shades of Medium Purple #A263F2

Tints of Medium Purple #A263F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.11%

R = 32.21%
G = 19.68%
B = 48.11%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A263F2 (or 0xA263F2) is known color: Medium Purple. HEX triplet: A2, 63 and F2. RGB value is (162,99,242). Sum of RGB (Red+Green+Blue) = 162+99+242=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #A263F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A263F2 is #5D9C0D. Grayscale: #858585. Windows color (decimal): -6134798 or 15885218. OLE color: 15885218.

HSL color Cylindrical-coordinate representation of color #A263F2: hue angle of 266.43º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A263F2 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 99 242 -
CMYK 0.33 0.59 0 0.05
HSL 266.43º 0.85% 0.67% -
HSV(B) 266.43º 0.59% 0.95% -
XYZ 35.39 23.02 86.58 -
YUV 134.14 188.87 147.87 -
System Red Green Blue C M Y K H S L
Decimal 162 99 242 0.33 0.59 0 0.05 266.43 0.85 0.67
Hex A2 63 F2 21 3B 0 5 10A 55 43
Octal 242 143 362 41 73 0 5 412 125 103
Binary 10100010 1100011 11110010 100001 111011 0 101 100001010 1010101 1000011

Color Harmonies of #A263F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263F2

Black with #A263F2

Text Example


Text Example

White with #A263F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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