#AF8894

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

Shades of Viola #AF8894

Tints of Viola #AF8894

Color information

#AF8894 (or 0xAF8894) is unknown color: approx Viola. HEX triplet: AF, 88 and 94. RGB value is (175,136,148). Sum of RGB (Red+Green+Blue) = 175+136+148=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8894 is #50776B. Grayscale: #959595. Windows color (decimal): -5273452 or 9734319. OLE color: 9734319.

HSL color Cylindrical-coordinate representation of color #AF8894: hue angle of 341.54º 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 #AF8894 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175136148-
CMYK00.220.150.31
HSL341.54º19.6%60.98%-
HSV(B)341.54º22.29%68.63%-
XYZ31.8328.8631.91-
YUV149.03127.42146.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=38.13%
G=29.63%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513614800.220.150.31341.5419.660.98
HexAF8894016F1F156143d
Octal25721022402617375262475
Binary10101111100010001001010001011011111111110101011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8894; }

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

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

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

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

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

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

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

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