Html Css Color HEX #A062EB Medium Purple

📋 copy color: '#A062EB'

red 160 ◦ green 98 ◦ blue 235

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

Shades of Medium Purple #A062EB

Tints of Medium Purple #A062EB

RGB

 RED value IS 160 (62.89% from 255) = 32.45%

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

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

R = 32.45%
G = 19.88%
B = 47.67%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A062EB (or 0xA062EB) is known color: Medium Purple. HEX triplet: A0, 62 and EB. RGB value is (160,98,235). Sum of RGB (Red+Green+Blue) = 160+98+235=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #A062EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A062EB is #5F9D14. Grayscale: #838383. Windows color (decimal): -6266133 or 15426208. OLE color: 15426208.

HSL color Cylindrical-coordinate representation of color #A062EB: hue angle of 267.15º 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 #A062EB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 98 235 -
CMYK 0.32 0.58 0 0.08
HSL 267.15º 0.77% 0.65% -
HSV(B) 267.15º 0.58% 0.92% -
XYZ 33.86 22.21 81.1 -
YUV 132.16 186.04 147.86 -
System Red Green Blue C M Y K H S L
Decimal 160 98 235 0.32 0.58 0 0.08 267.15 0.77 0.65
Hex A0 62 EB 20 3A 0 8 10B 4D 41
Octal 240 142 353 40 72 0 10 413 115 101
Binary 10100000 1100010 11101011 100000 111010 0 1000 100001011 1001101 1000001

Color Harmonies of #A062EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A062EB

Black with #A062EB

Text Example


Text Example

White with #A062EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A062EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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