#AF70CB

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

Shades of Amethyst #AF70CB

Tints of Amethyst #AF70CB

Color information

#AF70CB (or 0xAF70CB) is unknown color: approx Amethyst. HEX triplet: AF, 70 and CB. RGB value is (175,112,203). Sum of RGB (Red+Green+Blue) = 175+112+203=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF70CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70CB is #508F34. Grayscale: #8C8C8C. Windows color (decimal): -5279541 or 13332655. OLE color: 13332655.

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

Color convert

RGB175112203-
CMYK0.140.4500.20
HSL281.54º46.67%61.76%-
HSV(B)281.54º44.83%79.61%-
XYZ34.2525.0159.52-
YUV141.21162.87152.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 112 (44.14% from 255) = 22.86%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=35.71%
G=22.86%
B=41.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751122030.140.4500.20281.5446.6761.76
HexAF70CBE2D01411a2f3e
Octal25716031316550244325776
Binary101011111110000110010111110101101010100100011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70CB; }

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

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

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

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

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

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

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

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