#AF46A7

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

Shades of Violet Blue #AF46A7

Tints of Violet Blue #AF46A7

Color information

#AF46A7 (or 0xAF46A7) is unknown color: approx Violet Blue. HEX triplet: AF, 46 and A7. RGB value is (175,70,167). Sum of RGB (Red+Green+Blue) = 175+70+167=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF46A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF46A7 is #50B958. Grayscale: #707070. Windows color (decimal): -5290329 or 10962607. OLE color: 10962607.

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

Color convert

RGB17570167-
CMYK00.600.050.31
HSL304.57º42.86%48.04%-
HSV(B)304.57º60%68.63%-
XYZ26.8416.2838.29-
YUV112.45158.79172.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 70 (27.73% from 255) = 16.99%
BLUE value IS 167 (65.62% from 255) = 40.53%
R=42.48%
G=16.99%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757016700.600.050.31304.5742.8648.04
HexAF46A703C51F1312b30
Octal2571062470745374615360
Binary10101111100011010100111011110010111111100110001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF46A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF46A7; }

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

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

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

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

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

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

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

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