#AF5FAA

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

Shades of Violet Blue #AF5FAA

Tints of Violet Blue #AF5FAA

Color information

#AF5FAA (or 0xAF5FAA) is unknown color: approx Violet Blue. HEX triplet: AF, 5F and AA. RGB value is (175,95,170). Sum of RGB (Red+Green+Blue) = 175+95+170=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5FAA is #50A055. Grayscale: #7F7F7F. Windows color (decimal): -5283926 or 11165615. OLE color: 11165615.

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

Color convert

RGB17595170-
CMYK00.460.030.31
HSL303.75º33.33%52.94%-
HSV(B)303.75º45.71%68.63%-
XYZ29.0320.240.4-
YUV127.47152161.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=39.77%
G=21.59%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759517000.460.030.31303.7533.3352.94
HexAF5FAA02E31F1302135
Octal2571372520563374604165
Binary1010111110111111010101001011101111111100110000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5FAA; }

 p { color: rgb(175,95,170); }

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

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

 a { background-color: rgb(175,95,170); }

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

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

 span { border-color: rgb(175,95,170); }

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