#a874cd

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

Shades of Amethyst #A874CD

Tints of Amethyst #A874CD

Color information

#A874CD (or 0xA874CD) is unknown color: approx Amethyst. HEX triplet: A8, 74 and CD. RGB value is (168,116,205). Sum of RGB (Red+Green+Blue) = 168+116+205=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #A874CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874CD is #578B32. Grayscale: #8D8D8D. Windows color (decimal): -5737267 or 13464744. OLE color: 13464744.

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

Color convert

RGB168116205-
CMYK0.180.4300.20
HSL275.06º47.09%62.94%-
HSV(B)275.06º43.41%80.39%-
XYZ33.4125.2260.87-
YUV141.69163.73146.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=34.36%
G=23.72%
B=41.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681162050.180.4300.20275.0647.0962.94
HexA874CD122B0141132f3f
Octal25016431522530244235777
Binary1010100011101001100110110010101011010100100010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a874cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a874cd; }

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

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

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

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

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

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

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

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