#A765DE

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

Shades of Amethyst #A765DE

Tints of Amethyst #A765DE

Color information

#A765DE (or 0xA765DE) is unknown color: approx Amethyst. HEX triplet: A7, 65 and DE. RGB value is (167,101,222). Sum of RGB (Red+Green+Blue) = 167+101+222=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #A765DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765DE is #589A21. Grayscale: #868686. Windows color (decimal): -5806626 or 14575015. OLE color: 14575015.

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

Color convert

RGB167101222-
CMYK0.250.5500.13
HSL272.73º64.71%63.33%-
HSV(B)272.73º54.5%87.06%-
XYZ33.7722.871.73-
YUV134.53177.37151.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 101 (39.84% from 255) = 20.61%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=34.08%
G=20.61%
B=45.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671012220.250.5500.13272.7364.7163.33
HexA765DE19370D111413f
Octal247145336316701542110177
Binary1010011111001011101111011001110111011011000100011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A765DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A765DE; }

 p { color: rgb(167,101,222); }

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

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

 a { background-color: rgb(167,101,222); }

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

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

 span { border-color: rgb(167,101,222); }

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