#AF4DA1

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

Shades of Violet Blue #AF4DA1

Tints of Violet Blue #AF4DA1

Color information

#AF4DA1 (or 0xAF4DA1) is unknown color: approx Violet Blue. HEX triplet: AF, 4D and A1. RGB value is (175,77,161). Sum of RGB (Red+Green+Blue) = 175+77+161=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4DA1 is #50B25E. Grayscale: #737373. Windows color (decimal): -5288543 or 10571183. OLE color: 10571183.

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

Color convert

RGB17577161-
CMYK00.560.080.31
HSL308.57º38.89%49.41%-
HSV(B)308.57º56%68.63%-
XYZ26.7716.9935.59-
YUV115.88153.47170.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 77 (30.47% from 255) = 18.64%
BLUE value IS 161 (63.28% from 255) = 38.98%
R=42.37%
G=18.64%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757716100.560.080.31308.5738.8949.41
HexAF4DA103881F1352731
Octal25711524107010374654761
Binary101011111001101101000010111000100011111100110101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4DA1; }

 p { color: rgb(175,77,161); }

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

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

 a { background-color: rgb(175,77,161); }

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

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

 span { border-color: rgb(175,77,161); }

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