#AF5E9A

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

Shades of Violet Blue #AF5E9A

Tints of Violet Blue #AF5E9A

Color information

#AF5E9A (or 0xAF5E9A) is unknown color: approx Violet Blue. HEX triplet: AF, 5E and 9A. RGB value is (175,94,154). Sum of RGB (Red+Green+Blue) = 175+94+154=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E9A is #50A165. Grayscale: #7C7C7C. Windows color (decimal): -5284198 or 10116783. OLE color: 10116783.

HSL color Cylindrical-coordinate representation of color #AF5E9A: hue angle of 315.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E9A is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17594154-
CMYK00.460.120.31
HSL315.56º33.61%52.75%-
HSV(B)315.56º46.29%68.63%-
XYZ27.5119.4532.88-
YUV125.06144.34163.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=41.37%
G=22.22%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759415400.460.120.31315.5633.6152.75
HexAF5E9A02EC1F13c2235
Octal25713623205614374744265
Binary101011111011110100110100101110110011111100111100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E9A; }

 p { color: rgb(175,94,154); }

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

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

 a { background-color: rgb(175,94,154); }

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

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

 span { border-color: rgb(175,94,154); }

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