#A970CF

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

Shades of Amethyst #A970CF

Tints of Amethyst #A970CF

Color information

#A970CF (or 0xA970CF) is unknown color: approx Amethyst. HEX triplet: A9, 70 and CF. RGB value is (169,112,207). Sum of RGB (Red+Green+Blue) = 169+112+207=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #A970CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970CF is #568F30. Grayscale: #8B8B8B. Windows color (decimal): -5672753 or 13594793. OLE color: 13594793.

HSL color Cylindrical-coordinate representation of color #A970CF: hue angle of 276º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A970CF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169112207-
CMYK0.180.4600.19
HSL276º49.74%62.55%-
HSV(B)276º45.89%81.18%-
XYZ33.4224.5362-
YUV139.87165.88148.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 112 (44.14% from 255) = 22.95%
BLUE value IS 207 (81.25% from 255) = 42.42%
R=34.63%
G=22.95%
B=42.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691122070.180.4600.1927649.7462.55
HexA970CF122E013114323f
Octal25116031722560234246277
Binary1010100111100001100111110010101110010011100010100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A970CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A970CF; }

 p { color: rgb(169,112,207); }

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

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

 a { background-color: rgb(169,112,207); }

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

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

 span { border-color: rgb(169,112,207); }

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