Html Css Color HEX #A062E9 Medium Purple

📋 copy color: '#A062E9'

red 160 ◦ green 98 ◦ blue 233

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

Shades of Medium Purple #A062E9

Tints of Medium Purple #A062E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.45%

R = 32.59%
G = 19.96%
B = 47.45%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A062E9 (or 0xA062E9) is known color: Medium Purple. HEX triplet: A0, 62 and E9. RGB value is (160,98,233). Sum of RGB (Red+Green+Blue) = 160+98+233=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #A062E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A062E9 is #5F9D16. Grayscale: #838383. Windows color (decimal): -6266135 or 15295136. OLE color: 15295136.

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

Color convert

RGB 160 98 233 -
CMYK 0.31 0.58 0 0.09
HSL 267.56º 0.75% 0.65% -
HSV(B) 267.56º 0.58% 0.91% -
XYZ 33.57 22.09 79.59 -
YUV 131.93 185.04 148.02 -
System Red Green Blue C M Y K H S L
Decimal 160 98 233 0.31 0.58 0 0.09 267.56 0.75 0.65
Hex A0 62 E9 1F 3A 0 9 10C 4B 41
Octal 240 142 351 37 72 0 11 414 113 101
Binary 10100000 1100010 11101001 11111 111010 0 1001 100001100 1001011 1000001

Color Harmonies of #A062E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A062E9

Black with #A062E9

Text Example


Text Example

White with #A062E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A062E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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