#AF4E9C

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

Shades of Violet Blue #AF4E9C

Tints of Violet Blue #AF4E9C

Color information

#AF4E9C (or 0xAF4E9C) is unknown color: approx Violet Blue. HEX triplet: AF, 4E and 9C. RGB value is (175,78,156). Sum of RGB (Red+Green+Blue) = 175+78+156=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E9C is #50B163. Grayscale: #737373. Windows color (decimal): -5288292 or 10243759. OLE color: 10243759.

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

Color convert

RGB17578156-
CMYK00.550.110.31
HSL311.75º38.34%49.61%-
HSV(B)311.75º55.43%68.63%-
XYZ26.416.9633.34-
YUV115.89150.64170.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=42.79%
G=19.07%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757815600.550.110.31311.7538.3449.61
HexAF4E9C037B1F1382632
Octal25711623406713374704662
Binary101011111001110100111000110111101111111100111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E9C; }

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

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

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

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

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

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

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

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