Html Css Color HEX #A06CBD Amethyst

📋 copy color: '#A06CBD'

red 160 ◦ green 108 ◦ blue 189

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

Shades of Amethyst #A06CBD

Tints of Amethyst #A06CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 35.01%
G = 23.63%
B = 41.36%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A06CBD (or 0xA06CBD) is known color: Amethyst. HEX triplet: A0, 6C and BD. RGB value is (160,108,189). Sum of RGB (Red+Green+Blue) = 160+108+189=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A06CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CBD is #5F9342. Grayscale: #848484. Windows color (decimal): -6263619 or 12414112. OLE color: 12414112.

HSL color Cylindrical-coordinate representation of color #A06CBD: hue angle of 278.52º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A06CBD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 108 189 -
CMYK 0.15 0.43 0 0.26
HSL 278.52º 0.38% 0.58% -
HSV(B) 278.52º 0.43% 0.74% -
XYZ 29.05 21.87 50.84 -
YUV 132.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 160 108 189 0.15 0.43 0 0.26 278.52 0.38 0.58
Hex A0 6C BD F 2B 0 1A 117 26 3A
Octal 240 154 275 17 53 0 32 427 46 72
Binary 10100000 1101100 10111101 1111 101011 0 11010 100010111 100110 111010

Color Harmonies of #A06CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CBD

Black with #A06CBD

Text Example


Text Example

White with #A06CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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