#A762DC

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

Shades of Amethyst #A762DC

Tints of Amethyst #A762DC

Color information

#A762DC (or 0xA762DC) is unknown color: approx Amethyst. HEX triplet: A7, 62 and DC. RGB value is (167,98,220). Sum of RGB (Red+Green+Blue) = 167+98+220=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #A762DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762DC is #589D23. Grayscale: #848484. Windows color (decimal): -5807396 or 14443175. OLE color: 14443175.

HSL color Cylindrical-coordinate representation of color #A762DC: hue angle of 273.93º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A762DC is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16798220-
CMYK0.240.5500.14
HSL273.93º63.54%62.35%-
HSV(B)273.93º55.45%86.27%-
XYZ33.2222.1270.23-
YUV132.54177.36152.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 98 (38.67% from 255) = 20.21%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=34.43%
G=20.21%
B=45.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal167982200.240.5500.14273.9363.5462.35
HexA762DC18370E112403e
Octal247142334306701642210076
Binary1010011111000101101110011000110111011101000100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762DC; }

 p { color: rgb(167,98,220); }

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

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

 a { background-color: rgb(167,98,220); }

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

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

 span { border-color: rgb(167,98,220); }

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