#AF4EA1

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

Shades of Violet Blue #AF4EA1

Tints of Violet Blue #AF4EA1

Color information

#AF4EA1 (or 0xAF4EA1) is unknown color: approx Violet Blue. HEX triplet: AF, 4E and A1. RGB value is (175,78,161). Sum of RGB (Red+Green+Blue) = 175+78+161=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4EA1 is #50B15E. Grayscale: #747474. Windows color (decimal): -5288287 or 10571439. OLE color: 10571439.

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

Color convert

RGB17578161-
CMYK00.550.080.31
HSL308.66º38.34%49.61%-
HSV(B)308.66º55.43%68.63%-
XYZ26.8417.1435.61-
YUV116.46153.14169.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 78 (30.86% from 255) = 18.84%
BLUE value IS 161 (63.28% from 255) = 38.89%
R=42.27%
G=18.84%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757816100.550.080.31308.6638.3449.61
HexAF4EA103781F1352632
Octal25711624106710374654662
Binary101011111001110101000010110111100011111100110101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4EA1; }

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

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

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

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

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

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

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

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