Html Css Color HEX #A06ECB Amethyst

📋 copy color: '#A06ECB'

red 160 ◦ green 110 ◦ blue 203

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

Shades of Amethyst #A06ECB

Tints of Amethyst #A06ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 33.83%
G = 23.26%
B = 42.92%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A06ECB (or 0xA06ECB) is known color: Amethyst. HEX triplet: A0, 6E and CB. RGB value is (160,110,203). Sum of RGB (Red+Green+Blue) = 160+110+203=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #A06ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ECB is #5F9134. Grayscale: #878787. Windows color (decimal): -6263093 or 13332128. OLE color: 13332128.

HSL color Cylindrical-coordinate representation of color #A06ECB: hue angle of 272.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A06ECB is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 110 203 -
CMYK 0.21 0.46 0 0.20
HSL 272.26º 0.47% 0.61% -
HSV(B) 272.26º 0.46% 0.8% -
XYZ 30.85 22.94 59.3 -
YUV 135.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 160 110 203 0.21 0.46 0 0.20 272.26 0.47 0.61
Hex A0 6E CB 15 2E 0 14 110 2F 3D
Octal 240 156 313 25 56 0 24 420 57 75
Binary 10100000 1101110 11001011 10101 101110 0 10100 100010000 101111 111101

Color Harmonies of #A06ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ECB

Black with #A06ECB

Text Example


Text Example

White with #A06ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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