#AF5C9A

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

Shades of Violet Blue #AF5C9A

Tints of Violet Blue #AF5C9A

Color information

#AF5C9A (or 0xAF5C9A) is unknown color: approx Violet Blue. HEX triplet: AF, 5C and 9A. RGB value is (175,92,154). Sum of RGB (Red+Green+Blue) = 175+92+154=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5C9A is #50A365. Grayscale: #7B7B7B. Windows color (decimal): -5284710 or 10116271. OLE color: 10116271.

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

Color convert

RGB17592154-
CMYK00.470.120.31
HSL315.18º34.16%52.35%-
HSV(B)315.18º47.43%68.63%-
XYZ27.3419.132.82-
YUV123.88145164.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=41.57%
G=21.85%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759215400.470.120.31315.1834.1652.35
HexAF5C9A02FC1F13b2234
Octal25713423205714374734264
Binary101011111011100100110100101111110011111100111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C9A; }

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

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

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

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

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

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

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

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