#A06FCD

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

Shades of Amethyst #A06FCD

Tints of Amethyst #A06FCD

Color information

#A06FCD (or 0xA06FCD) is unknown color: approx Amethyst. HEX triplet: A0, 6F and CD. RGB value is (160,111,205). Sum of RGB (Red+Green+Blue) = 160+111+205=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #A06FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FCD is #5F9032. Grayscale: #888888. Windows color (decimal): -6262835 or 13463456. OLE color: 13463456.

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

Color convert

RGB160111205-
CMYK0.220.4600.20
HSL271.28º48.45%61.96%-
HSV(B)271.28º45.85%80.39%-
XYZ31.223.2560.6-
YUV136.37166.73144.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=33.61%
G=23.32%
B=43.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601112050.220.4600.20271.2848.4561.96
HexA06FCD162E01410f303e
Octal24015731526560244176076
Binary1010000011011111100110110110101110010100100001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FCD; }

 p { color: rgb(160,111,205); }

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

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

 a { background-color: rgb(160,111,205); }

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

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

 span { border-color: rgb(160,111,205); }

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