#A870CD

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

Shades of Amethyst #A870CD

Tints of Amethyst #A870CD

Color information

#A870CD (or 0xA870CD) is unknown color: approx Amethyst. HEX triplet: A8, 70 and CD. RGB value is (168,112,205). Sum of RGB (Red+Green+Blue) = 168+112+205=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #A870CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870CD is #578F32. Grayscale: #8B8B8B. Windows color (decimal): -5738291 or 13463720. OLE color: 13463720.

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

Color convert

RGB168112205-
CMYK0.180.4500.20
HSL276.13º48.19%62.16%-
HSV(B)276.13º45.37%80.39%-
XYZ32.9624.3260.71-
YUV139.35165.05148.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 112 (44.14% from 255) = 23.09%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=34.64%
G=23.09%
B=42.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681122050.180.4500.20276.1348.1962.16
HexA870CD122D014114303e
Octal25016031522550244246076
Binary1010100011100001100110110010101101010100100010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A870CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A870CD; }

 p { color: rgb(168,112,205); }

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

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

 a { background-color: rgb(168,112,205); }

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

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

 span { border-color: rgb(168,112,205); }

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