#AF70CE

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

Shades of Amethyst #AF70CE

Tints of Amethyst #AF70CE

Color information

#AF70CE (or 0xAF70CE) is unknown color: approx Amethyst. HEX triplet: AF, 70 and CE. RGB value is (175,112,206). Sum of RGB (Red+Green+Blue) = 175+112+206=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70CE is #508F31. Grayscale: #8D8D8D. Windows color (decimal): -5279538 or 13529263. OLE color: 13529263.

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

Color convert

RGB175112206-
CMYK0.150.4600.19
HSL280.21º48.96%62.35%-
HSV(B)280.21º45.63%80.78%-
XYZ34.6125.1661.42-
YUV141.55164.37151.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=35.50%
G=22.72%
B=41.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751122060.150.4600.19280.2148.9662.35
HexAF70CEF2E013118313e
Octal25716031617560234306176
Binary101011111110000110011101111101110010011100011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70CE; }

 p { color: rgb(175,112,206); }

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

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

 a { background-color: rgb(175,112,206); }

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

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

 span { border-color: rgb(175,112,206); }

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