#AF58A0

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

Shades of Violet Blue #AF58A0

Tints of Violet Blue #AF58A0

Color information

#AF58A0 (or 0xAF58A0) is unknown color: approx Violet Blue. HEX triplet: AF, 58 and A0. RGB value is (175,88,160). Sum of RGB (Red+Green+Blue) = 175+88+160=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF58A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF58A0 is #50A75F. Grayscale: #7A7A7A. Windows color (decimal): -5285728 or 10508463. OLE color: 10508463.

HSL color Cylindrical-coordinate representation of color #AF58A0: hue angle of 310.34º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF58A0 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17588160-
CMYK00.500.090.31
HSL310.34º35.22%51.57%-
HSV(B)310.34º49.71%68.63%-
XYZ27.5118.6335.4-
YUV122.22149.32165.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=41.37%
G=20.80%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758816000.500.090.31310.3435.2251.57
HexAF58A003291F1362334
Octal25713024006211374664364
Binary101011111011000101000000110010100111111100110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF58A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF58A0; }

 p { color: rgb(175,88,160); }

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

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

 a { background-color: rgb(175,88,160); }

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

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

 span { border-color: rgb(175,88,160); }

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