Html Css Color HEX #A262EB Medium Purple

📋 copy color: '#A262EB'

red 162 ◦ green 98 ◦ blue 235

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

Shades of Medium Purple #A262EB

Tints of Medium Purple #A262EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 32.73%
G = 19.8%
B = 47.47%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A262EB (or 0xA262EB) is known color: Medium Purple. HEX triplet: A2, 62 and EB. RGB value is (162,98,235). Sum of RGB (Red+Green+Blue) = 162+98+235=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #A262EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A262EB is #5D9D14. Grayscale: #848484. Windows color (decimal): -6135061 or 15426210. OLE color: 15426210.

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

Color convert

RGB 162 98 235 -
CMYK 0.31 0.58 0 0.08
HSL 268.03º 0.77% 0.65% -
HSV(B) 268.03º 0.58% 0.92% -
XYZ 34.26 22.41 81.12 -
YUV 132.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 162 98 235 0.31 0.58 0 0.08 268.03 0.77 0.65
Hex A2 62 EB 1F 3A 0 8 10C 4D 41
Octal 242 142 353 37 72 0 10 414 115 101
Binary 10100010 1100010 11101011 11111 111010 0 1000 100001100 1001101 1000001

Color Harmonies of #A262EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262EB

Black with #A262EB

Text Example


Text Example

White with #A262EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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