Html Css Color HEX #A06EE9 Medium Purple

📋 copy color: '#A06EE9'

red 160 ◦ green 110 ◦ blue 233

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

Shades of Medium Purple #A06EE9

Tints of Medium Purple #A06EE9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.87%

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

R = 31.81%
G = 21.87%
B = 46.32%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A06EE9 (or 0xA06EE9) is known color: Medium Purple. HEX triplet: A0, 6E and E9. RGB value is (160,110,233). Sum of RGB (Red+Green+Blue) = 160+110+233=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #A06EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06EE9 is #5F9116. Grayscale: #8A8A8A. Windows color (decimal): -6263063 or 15298208. OLE color: 15298208.

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

Color convert

RGB 160 110 233 -
CMYK 0.31 0.53 0 0.09
HSL 264.39º 0.74% 0.67% -
HSV(B) 264.39º 0.53% 0.91% -
XYZ 34.78 24.51 79.99 -
YUV 138.97 181.07 143 -
System Red Green Blue C M Y K H S L
Decimal 160 110 233 0.31 0.53 0 0.09 264.39 0.74 0.67
Hex A0 6E E9 1F 35 0 9 108 4A 43
Octal 240 156 351 37 65 0 11 410 112 103
Binary 10100000 1101110 11101001 11111 110101 0 1001 100001000 1001010 1000011

Color Harmonies of #A06EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06EE9

Black with #A06EE9

Text Example


Text Example

White with #A06EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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