Html Css Color HEX #A262EC Medium Purple

📋 copy color: '#A262EC'

red 162 ◦ green 98 ◦ blue 236

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

Shades of Medium Purple #A262EC

Tints of Medium Purple #A262EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 32.66%
G = 19.76%
B = 47.58%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A262EC (or 0xA262EC) is known color: Medium Purple. HEX triplet: A2, 62 and EC. RGB value is (162,98,236). Sum of RGB (Red+Green+Blue) = 162+98+236=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #A262EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A262EC is #5D9D13. Grayscale: #848484. Windows color (decimal): -6135060 or 15491746. OLE color: 15491746.

HSL color Cylindrical-coordinate representation of color #A262EC: hue angle of 267.83º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A262EC is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 98 236 -
CMYK 0.31 0.58 0 0.07
HSL 267.83º 0.78% 0.65% -
HSV(B) 267.83º 0.58% 0.93% -
XYZ 34.41 22.47 81.88 -
YUV 132.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 162 98 236 0.31 0.58 0 0.07 267.83 0.78 0.65
Hex A2 62 EC 1F 3A 0 7 10C 4E 41
Octal 242 142 354 37 72 0 7 414 116 101
Binary 10100010 1100010 11101100 11111 111010 0 111 100001100 1001110 1000001

Color Harmonies of #A262EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262EC

Black with #A262EC

Text Example


Text Example

White with #A262EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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