#AF4F9A

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

Shades of Violet Blue #AF4F9A

Tints of Violet Blue #AF4F9A

Color information

#AF4F9A (or 0xAF4F9A) is unknown color: approx Violet Blue. HEX triplet: AF, 4F and 9A. RGB value is (175,79,154). Sum of RGB (Red+Green+Blue) = 175+79+154=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4F9A is #50B065. Grayscale: #747474. Windows color (decimal): -5288038 or 10112943. OLE color: 10112943.

HSL color Cylindrical-coordinate representation of color #AF4F9A: hue angle of 313.12º 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 #AF4F9A is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17579154-
CMYK00.550.120.31
HSL313.12º37.8%49.8%-
HSV(B)313.12º54.86%68.63%-
XYZ26.3117.0432.47-
YUV116.25149.3169.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 79 (31.25% from 255) = 19.36%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=42.89%
G=19.36%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757915400.550.120.31313.1237.849.8
HexAF4F9A037C1F1392632
Octal25711723206714374714662
Binary101011111001111100110100110111110011111100111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F9A; }

 p { color: rgb(175,79,154); }

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

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

 a { background-color: rgb(175,79,154); }

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

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

 span { border-color: rgb(175,79,154); }

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