Html Css Color HEX #A06AEC Medium Purple

📋 copy color: '#A06AEC'

red 160 ◦ green 106 ◦ blue 236

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

Shades of Medium Purple #A06AEC

Tints of Medium Purple #A06AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.12%

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 31.87%
G = 21.12%
B = 47.01%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A06AEC (or 0xA06AEC) is known color: Medium Purple. HEX triplet: A0, 6A and EC. RGB value is (160,106,236). Sum of RGB (Red+Green+Blue) = 160+106+236=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #A06AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06AEC is #5F9513. Grayscale: #888888. Windows color (decimal): -6264084 or 15493792. OLE color: 15493792.

HSL color Cylindrical-coordinate representation of color #A06AEC: hue angle of 264.92º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A06AEC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 106 236 -
CMYK 0.32 0.55 0 0.07
HSL 264.92º 0.77% 0.67% -
HSV(B) 264.92º 0.55% 0.93% -
XYZ 34.79 23.84 82.12 -
YUV 136.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 160 106 236 0.32 0.55 0 0.07 264.92 0.77 0.67
Hex A0 6A EC 20 37 0 7 109 4D 43
Octal 240 152 354 40 67 0 7 411 115 103
Binary 10100000 1101010 11101100 100000 110111 0 111 100001001 1001101 1000011

Color Harmonies of #A06AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06AEC

Black with #A06AEC

Text Example


Text Example

White with #A06AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06AEC; }

 p { color: rgb(160,106,236); }

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

background-color css

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

 a { background-color: rgb(160,106,236); }

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

border-color css

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

 span { border-color: rgb(160,106,236); }

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