#AF459C

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

Shades of Violet Blue #AF459C

Tints of Violet Blue #AF459C

Color information

#AF459C (or 0xAF459C) is unknown color: approx Violet Blue. HEX triplet: AF, 45 and 9C. RGB value is (175,69,156). Sum of RGB (Red+Green+Blue) = 175+69+156=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF459C is #50BA63. Grayscale: #6E6E6E. Windows color (decimal): -5290596 or 10241455. OLE color: 10241455.

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

Color convert

RGB17569156-
CMYK00.610.110.31
HSL310.75º43.44%47.84%-
HSV(B)310.75º60.57%68.63%-
XYZ25.8115.7733.14-
YUV110.61153.62173.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 69 (27.34% from 255) = 17.25%
BLUE value IS 156 (61.33% from 255) = 39%
R=43.75%
G=17.25%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756915600.610.110.31310.7543.4447.84
HexAF459C03DB1F1372b30
Octal25710523407513374675360
Binary101011111000101100111000111101101111111100110111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF459C; }

 p { color: rgb(175,69,156); }

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

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

 a { background-color: rgb(175,69,156); }

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

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

 span { border-color: rgb(175,69,156); }

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