Html Css Color HEX #A06DCB Amethyst

📋 copy color: '#A06DCB'

red 160 ◦ green 109 ◦ blue 203

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

Shades of Amethyst #A06DCB

Tints of Amethyst #A06DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.09%

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

R = 33.9%
G = 23.09%
B = 43.01%

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

#A06DCB (or 0xA06DCB) is known color: Amethyst. HEX triplet: A0, 6D and CB. RGB value is (160,109,203). Sum of RGB (Red+Green+Blue) = 160+109+203=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #A06DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DCB is #5F9234. Grayscale: #868686. Windows color (decimal): -6263349 or 13331872. OLE color: 13331872.

HSL color Cylindrical-coordinate representation of color #A06DCB: hue angle of 272.55º 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 #A06DCB is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 109 203 -
CMYK 0.21 0.46 0 0.20
HSL 272.55º 0.47% 0.61% -
HSV(B) 272.55º 0.46% 0.8% -
XYZ 30.75 22.72 59.27 -
YUV 134.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 160 109 203 0.21 0.46 0 0.20 272.55 0.47 0.61
Hex A0 6D CB 15 2E 0 14 111 2F 3D
Octal 240 155 313 25 56 0 24 421 57 75
Binary 10100000 1101101 11001011 10101 101110 0 10100 100010001 101111 111101

Color Harmonies of #A06DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DCB

Black with #A06DCB

Text Example


Text Example

White with #A06DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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