#AF4B9D

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

Shades of Violet Blue #AF4B9D

Tints of Violet Blue #AF4B9D

Color information

#AF4B9D (or 0xAF4B9D) is unknown color: approx Violet Blue. HEX triplet: AF, 4B and 9D. RGB value is (175,75,157). Sum of RGB (Red+Green+Blue) = 175+75+157=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B9D is #50B462. Grayscale: #727272. Windows color (decimal): -5289059 or 10308527. OLE color: 10308527.

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

Color convert

RGB17575157-
CMYK00.570.100.31
HSL310.8º40%49.02%-
HSV(B)310.8º57.14%68.63%-
XYZ26.2816.5833.71-
YUV114.25152.13171.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 75 (29.69% from 255) = 18.43%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=43.00%
G=18.43%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757515700.570.100.31310.84049.02
HexAF4B9D039A1F1372831
Octal25711323507112374675061
Binary101011111001011100111010111001101011111100110111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B9D; }

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

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

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

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

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

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

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

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