#AF4B9A

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

Shades of Violet Blue #AF4B9A

Tints of Violet Blue #AF4B9A

Color information

#AF4B9A (or 0xAF4B9A) is unknown color: approx Violet Blue. HEX triplet: AF, 4B and 9A. RGB value is (175,75,154). Sum of RGB (Red+Green+Blue) = 175+75+154=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B9A is #50B465. Grayscale: #717171. Windows color (decimal): -5289062 or 10111919. OLE color: 10111919.

HSL color Cylindrical-coordinate representation of color #AF4B9A: hue angle of 312.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4B9A is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17575154-
CMYK00.570.120.31
HSL312.6º40%49.02%-
HSV(B)312.6º57.14%68.63%-
XYZ26.0316.4832.38-
YUV113.91150.63171.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=43.32%
G=18.56%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757515400.570.120.31312.64049.02
HexAF4B9A039C1F1392831
Octal25711323207114374715061
Binary101011111001011100110100111001110011111100111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B9A; }

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

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

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

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

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

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

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

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