#A065DD

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

Shades of Amethyst #A065DD

Tints of Amethyst #A065DD

Color information

#A065DD (or 0xA065DD) is unknown color: approx Amethyst. HEX triplet: A0, 65 and DD. RGB value is (160,101,221). Sum of RGB (Red+Green+Blue) = 160+101+221=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A065DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065DD is #5F9A22. Grayscale: #838383. Windows color (decimal): -6265379 or 14509472. OLE color: 14509472.

HSL color Cylindrical-coordinate representation of color #A065DD: hue angle of 269.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A065DD is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160101221-
CMYK0.280.5400.13
HSL269.5º63.83%63.14%-
HSV(B)269.5º54.3%86.67%-
XYZ32.22270.96-
YUV132.32178.05147.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=33.20%
G=20.95%
B=45.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601012210.280.5400.13269.563.8363.14
HexA065DD1C360D10e403f
Octal240145335346601541610077
Binary1010000011001011101110111100110110011011000011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A065DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A065DD; }

 p { color: rgb(160,101,221); }

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

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

 a { background-color: rgb(160,101,221); }

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

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

 span { border-color: rgb(160,101,221); }

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