Html Css Color HEX #A06CE2 Medium Purple

📋 copy color: '#A06CE2'

red 160 ◦ green 108 ◦ blue 226

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

Shades of Medium Purple #A06CE2

Tints of Medium Purple #A06CE2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.86%

 BLUE value IS 226 (88.67% from 255) = 45.75%

R = 32.39%
G = 21.86%
B = 45.75%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A06CE2 (or 0xA06CE2) is known color: Medium Purple. HEX triplet: A0, 6C and E2. RGB value is (160,108,226). Sum of RGB (Red+Green+Blue) = 160+108+226=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #A06CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CE2 is #5F931D. Grayscale: #888888. Windows color (decimal): -6263582 or 14838944. OLE color: 14838944.

HSL color Cylindrical-coordinate representation of color #A06CE2: hue angle of 266.44º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06CE2 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 108 226 -
CMYK 0.29 0.52 0 0.11
HSL 266.44º 0.67% 0.65% -
HSV(B) 266.44º 0.52% 0.89% -
XYZ 33.59 23.69 74.75 -
YUV 137 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 160 108 226 0.29 0.52 0 0.11 266.44 0.67 0.65
Hex A0 6C E2 1D 34 0 B 10A 43 41
Octal 240 154 342 35 64 0 13 412 103 101
Binary 10100000 1101100 11100010 11101 110100 0 1011 100001010 1000011 1000001

Color Harmonies of #A06CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CE2

Black with #A06CE2

Text Example


Text Example

White with #A06CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CE2; }

 p { color: rgb(160,108,226); }

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

background-color css

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

 a { background-color: rgb(160,108,226); }

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

border-color css

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

 span { border-color: rgb(160,108,226); }

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