Html Css Color HEX #A06CBE Amethyst

📋 copy color: '#A06CBE'

red 160 ◦ green 108 ◦ blue 190

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

Shades of Amethyst #A06CBE

Tints of Amethyst #A06CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 34.93%
G = 23.58%
B = 41.48%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A06CBE (or 0xA06CBE) is known color: Amethyst. HEX triplet: A0, 6C and BE. RGB value is (160,108,190). Sum of RGB (Red+Green+Blue) = 160+108+190=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #A06CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CBE is #5F9341. Grayscale: #848484. Windows color (decimal): -6263618 or 12479648. OLE color: 12479648.

HSL color Cylindrical-coordinate representation of color #A06CBE: hue angle of 278.05º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A06CBE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 108 190 -
CMYK 0.16 0.43 0 0.25
HSL 278.05º 0.39% 0.58% -
HSV(B) 278.05º 0.43% 0.75% -
XYZ 29.15 21.92 51.41 -
YUV 132.9 160.23 147.33 -
System Red Green Blue C M Y K H S L
Decimal 160 108 190 0.16 0.43 0 0.25 278.05 0.39 0.58
Hex A0 6C BE 10 2B 0 19 116 27 3A
Octal 240 154 276 20 53 0 31 426 47 72
Binary 10100000 1101100 10111110 10000 101011 0 11001 100010110 100111 111010

Color Harmonies of #A06CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CBE

Black with #A06CBE

Text Example


Text Example

White with #A06CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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