#AF9094

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

Shades of Viola #AF9094

Tints of Viola #AF9094

Color information

#AF9094 (or 0xAF9094) is unknown color: approx Viola. HEX triplet: AF, 90 and 94. RGB value is (175,144,148). Sum of RGB (Red+Green+Blue) = 175+144+148=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9094 is #506F6B. Grayscale: #999999. Windows color (decimal): -5271404 or 9736367. OLE color: 9736367.

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

Color convert

RGB175144148-
CMYK00.180.150.31
HSL352.26º16.23%62.55%-
HSV(B)352.26º17.71%68.63%-
XYZ3331.232.3-
YUV153.72124.77143.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=37.47%
G=30.84%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514414800.180.150.31352.2616.2362.55
HexAF9094012F1F160103f
Octal25722022402217375402077
Binary10101111100100001001010001001011111111110110000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9094; }

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

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

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

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

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

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

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

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