#AF5EA5

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

Shades of Violet Blue #AF5EA5

Tints of Violet Blue #AF5EA5

Color information

#AF5EA5 (or 0xAF5EA5) is unknown color: approx Violet Blue. HEX triplet: AF, 5E and A5. RGB value is (175,94,165). Sum of RGB (Red+Green+Blue) = 175+94+165=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5EA5 is #50A15A. Grayscale: #7E7E7E. Windows color (decimal): -5284187 or 10837679. OLE color: 10837679.

HSL color Cylindrical-coordinate representation of color #AF5EA5: hue angle of 307.41º 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 #AF5EA5 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17594165-
CMYK00.460.060.31
HSL307.41º33.61%52.75%-
HSV(B)307.41º46.29%68.63%-
XYZ28.4719.8437.93-
YUV126.31149.84162.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=40.32%
G=21.66%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759416500.460.060.31307.4133.6152.75
HexAF5EA502E61F1332235
Octal2571362450566374634265
Binary10101111101111010100101010111011011111100110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5EA5; }

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

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

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

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

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

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

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

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