#af70cc

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

Shades of Amethyst #AF70CC

Tints of Amethyst #AF70CC

Color information

#AF70CC (or 0xAF70CC) is unknown color: approx Amethyst. HEX triplet: AF, 70 and CC. RGB value is (175,112,204). Sum of RGB (Red+Green+Blue) = 175+112+204=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF70CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70CC is #508F33. Grayscale: #8D8D8D. Windows color (decimal): -5279540 or 13398191. OLE color: 13398191.

HSL color Cylindrical-coordinate representation of color #AF70CC: hue angle of 281.09º degrees, saturation: 0.47, 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 #AF70CC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175112204-
CMYK0.140.4500.2
HSL281.09º47.42%61.96%-
HSV(B)281.09º45.1%80%-
XYZ34.3725.0660.15-
YUV141.32163.37152.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=35.64%
G=22.81%
B=41.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751122040.140.4500.2281.0947.4261.96
HexAF70CCE2D0141192f3e
Octal25716031416550244315776
Binary101011111110000110011001110101101010100100011001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af70cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af70cc; }

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

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

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

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

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

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

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

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