#AF8893

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

Shades of Viola #AF8893

Tints of Viola #AF8893

Color information

#AF8893 (or 0xAF8893) is unknown color: approx Viola. HEX triplet: AF, 88 and 93. RGB value is (175,136,147). Sum of RGB (Red+Green+Blue) = 175+136+147=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8893 is #50776C. Grayscale: #949494. Windows color (decimal): -5273453 or 9668783. OLE color: 9668783.

HSL color Cylindrical-coordinate representation of color #AF8893: hue angle of 343.08º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF8893 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB175136147-
CMYK00.220.160.31
HSL343.08º19.6%60.98%-
HSV(B)343.08º22.29%68.63%-
XYZ31.7528.8331.49-
YUV148.92126.92146.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 136 (53.52% from 255) = 29.69%
BLUE value IS 147 (57.81% from 255) = 32.10%
R=38.21%
G=29.69%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513614700.220.160.31343.0819.660.98
HexAF8893016101F157143d
Octal25721022302620375272475
Binary101011111000100010010011010110100001111110101011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8893; }

 p { color: rgb(175,136,147); }

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

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

 a { background-color: rgb(175,136,147); }

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

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

 span { border-color: rgb(175,136,147); }

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