#AF9298

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

Shades of Viola #AF9298

Tints of Viola #AF9298

Color information

#AF9298 (or 0xAF9298) is unknown color: approx Viola. HEX triplet: AF, 92 and 98. RGB value is (175,146,152). Sum of RGB (Red+Green+Blue) = 175+146+152=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9298 is #506D67. Grayscale: #9B9B9B. Windows color (decimal): -5270888 or 9999023. OLE color: 9999023.

HSL color Cylindrical-coordinate representation of color #AF9298: hue angle of 347.59º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9298 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB175146152-
CMYK00.170.130.31
HSL347.59º15.34%62.94%-
HSV(B)347.59º16.57%68.63%-
XYZ33.6331.9434.1-
YUV155.35126.11142.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 152 (59.77% from 255) = 32.14%
R=37.00%
G=30.87%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514615200.170.130.31347.5915.3462.94
HexAF9298011D1F15cf3f
Octal25722223002115375341777
Binary1010111110010010100110000100011101111111010111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9298; }

 p { color: rgb(175,146,152); }

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

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

 a { background-color: rgb(175,146,152); }

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

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

 span { border-color: rgb(175,146,152); }

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