#AF3FA7

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

Shades of Violet Blue #AF3FA7

Tints of Violet Blue #AF3FA7

Color information

#AF3FA7 (or 0xAF3FA7) is unknown color: approx Violet Blue. HEX triplet: AF, 3F and A7. RGB value is (175,63,167). Sum of RGB (Red+Green+Blue) = 175+63+167=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3FA7 is #50C058. Grayscale: #6C6C6C. Windows color (decimal): -5292121 or 10960815. OLE color: 10960815.

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

Color convert

RGB17563167-
CMYK00.640.050.31
HSL304.29º47.06%46.67%-
HSV(B)304.29º64%68.63%-
XYZ26.4315.4638.15-
YUV108.34161.11175.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 63 (25% from 255) = 15.56%
BLUE value IS 167 (65.62% from 255) = 41.23%
R=43.21%
G=15.56%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756316700.640.050.31304.2947.0646.67
HexAF3FA704051F1302f2f
Octal2577724701005374605757
Binary10101111111111101001110100000010111111100110000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3FA7; }

 p { color: rgb(175,63,167); }

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

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

 a { background-color: rgb(175,63,167); }

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

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

 span { border-color: rgb(175,63,167); }

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