Html Css Color HEX #A06EF9 Medium Purple

📋 copy color: '#A06EF9'

red 160 ◦ green 110 ◦ blue 249

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

Shades of Medium Purple #A06EF9

Tints of Medium Purple #A06EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 30.83%
G = 21.19%
B = 47.98%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A06EF9 (or 0xA06EF9) is known color: Medium Purple. HEX triplet: A0, 6E and F9. RGB value is (160,110,249). Sum of RGB (Red+Green+Blue) = 160+110+249=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #A06EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06EF9 is #5F9106. Grayscale: #8C8C8C. Windows color (decimal): -6263047 or 16346784. OLE color: 16346784.

HSL color Cylindrical-coordinate representation of color #A06EF9: hue angle of 261.58º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A06EF9 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 110 249 -
CMYK 0.36 0.56 0 0.02
HSL 261.58º 0.92% 0.7% -
HSV(B) 261.58º 0.56% 0.98% -
XYZ 37.17 25.47 92.58 -
YUV 140.8 189.07 141.7 -
System Red Green Blue C M Y K H S L
Decimal 160 110 249 0.36 0.56 0 0.02 261.58 0.92 0.7
Hex A0 6E F9 24 38 0 2 106 5C 46
Octal 240 156 371 44 70 0 2 406 134 106
Binary 10100000 1101110 11111001 100100 111000 0 10 100000110 1011100 1000110

Color Harmonies of #A06EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06EF9

Black with #A06EF9

Text Example


Text Example

White with #A06EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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