#A06CD5

Color #A06CD5 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A06CD5

Tints of Amethyst #A06CD5

Color information

#A06CD5 (or 0xA06CD5) is unknown color: approx Amethyst. HEX triplet: A0, 6C and D5. RGB value is (160,108,213). Sum of RGB (Red+Green+Blue) = 160+108+213=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #A06CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CD5 is #5F932A. Grayscale: #878787. Windows color (decimal): -6263595 or 13986976. OLE color: 13986976.

HSL color Cylindrical-coordinate representation of color #A06CD5: hue angle of 269.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06CD5 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160108213-
CMYK0.250.4900.16
HSL269.71º55.56%62.94%-
HSV(B)269.71º49.3%83.53%-
XYZ31.872365.71-
YUV135.52171.73145.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 108 (42.58% from 255) = 22.45%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=33.26%
G=22.45%
B=44.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601082130.250.4900.16269.7155.5662.94
HexA06CD5193101010e383f
Octal24015432531610204167077
Binary1010000011011001101010111001110001010000100001110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CD5; }

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

 H1.HeaderClassName
 {
   color: #A06CD5;
 }
 .AnyTagClassName
 {
   color: #A06CD5;
 }
</style>
background-color css

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

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

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

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

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

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