#A670D7

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

Shades of Amethyst #A670D7

Tints of Amethyst #A670D7

Color information

#A670D7 (or 0xA670D7) is unknown color: approx Amethyst. HEX triplet: A6, 70 and D7. RGB value is (166,112,215). Sum of RGB (Red+Green+Blue) = 166+112+215=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #A670D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670D7 is #598F28. Grayscale: #8B8B8B. Windows color (decimal): -5869353 or 14119078. OLE color: 14119078.

HSL color Cylindrical-coordinate representation of color #A670D7: hue angle of 271.46º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A670D7 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166112215-
CMYK0.230.4800.16
HSL271.46º56.28%64.12%-
HSV(B)271.46º47.91%84.31%-
XYZ33.7924.667.26-
YUV139.89170.39146.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 215 (84.38% from 255) = 43.61%
R=33.67%
G=22.72%
B=43.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661122150.230.4800.16271.4656.2864.12
HexA670D7173001010f3840
Octal246160327276002041770100
Binary10100110111000011010111101111100000100001000011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670D7; }

 p { color: rgb(166,112,215); }

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

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

 a { background-color: rgb(166,112,215); }

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

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

 span { border-color: rgb(166,112,215); }

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