Html Css Color HEX #A262FA Medium Purple

📋 copy color: '#A262FA'

red 162 ◦ green 98 ◦ blue 250

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

Shades of Medium Purple #A262FA

Tints of Medium Purple #A262FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.22%

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

R = 31.76%
G = 19.22%
B = 49.02%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A262FA (or 0xA262FA) is known color: Medium Purple. HEX triplet: A2, 62 and FA. RGB value is (162,98,250). Sum of RGB (Red+Green+Blue) = 162+98+250=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #A262FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A262FA is #5D9D05. Grayscale: #858585. Windows color (decimal): -6135046 or 16409250. OLE color: 16409250.

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

Color convert

RGB 162 98 250 -
CMYK 0.35 0.61 0 0.02
HSL 265.26º 0.94% 0.68% -
HSV(B) 265.26º 0.61% 0.98% -
XYZ 36.52 23.32 93.02 -
YUV 134.46 193.2 147.64 -
System Red Green Blue C M Y K H S L
Decimal 162 98 250 0.35 0.61 0 0.02 265.26 0.94 0.68
Hex A2 62 FA 23 3D 0 2 109 5E 44
Octal 242 142 372 43 75 0 2 411 136 104
Binary 10100010 1100010 11111010 100011 111101 0 10 100001001 1011110 1000100

Color Harmonies of #A262FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262FA

Black with #A262FA

Text Example


Text Example

White with #A262FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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