#A165D4

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

Shades of Amethyst #A165D4

Tints of Amethyst #A165D4

Color information

#A165D4 (or 0xA165D4) is unknown color: approx Amethyst. HEX triplet: A1, 65 and D4. RGB value is (161,101,212). Sum of RGB (Red+Green+Blue) = 161+101+212=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #A165D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165D4 is #5E9A2B. Grayscale: #838383. Windows color (decimal): -6199852 or 13919649. OLE color: 13919649.

HSL color Cylindrical-coordinate representation of color #A165D4: hue angle of 272.43º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A165D4 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161101212-
CMYK0.240.5200.17
HSL272.43º56.35%61.37%-
HSV(B)272.43º52.36%83.14%-
XYZ31.2421.6464.82-
YUV131.59173.38148.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 101 (39.84% from 255) = 21.31%
BLUE value IS 212 (83.20% from 255) = 44.73%
R=33.97%
G=21.31%
B=44.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611012120.240.5200.17272.4356.3561.37
HexA165D41834011110383d
Octal24114532430640214207075
Binary1010000111001011101010011000110100010001100010000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165D4; }

 p { color: rgb(161,101,212); }

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

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

 a { background-color: rgb(161,101,212); }

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

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

 span { border-color: rgb(161,101,212); }

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