Html Css Color HEX #A06FEA Medium Purple

📋 copy color: '#A06FEA'

red 160 ◦ green 111 ◦ blue 234

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

Shades of Medium Purple #A06FEA

Tints of Medium Purple #A06FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.98%

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 31.68%
G = 21.98%
B = 46.34%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A06FEA (or 0xA06FEA) is known color: Medium Purple. HEX triplet: A0, 6F and EA. RGB value is (160,111,234). Sum of RGB (Red+Green+Blue) = 160+111+234=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #A06FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FEA is #5F9015. Grayscale: #8B8B8B. Windows color (decimal): -6262806 or 15364000. OLE color: 15364000.

HSL color Cylindrical-coordinate representation of color #A06FEA: hue angle of 263.9º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A06FEA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 111 234 -
CMYK 0.32 0.53 0 0.08
HSL 263.9º 0.75% 0.68% -
HSV(B) 263.9º 0.53% 0.92% -
XYZ 35.03 24.78 80.78 -
YUV 139.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 160 111 234 0.32 0.53 0 0.08 263.9 0.75 0.68
Hex A0 6F EA 20 35 0 8 108 4B 44
Octal 240 157 352 40 65 0 10 410 113 104
Binary 10100000 1101111 11101010 100000 110101 0 1000 100001000 1001011 1000100

Color Harmonies of #A06FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FEA

Black with #A06FEA

Text Example


Text Example

White with #A06FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FEA; }

 p { color: rgb(160,111,234); }

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

background-color css

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

 a { background-color: rgb(160,111,234); }

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

border-color css

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

 span { border-color: rgb(160,111,234); }

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