#AF3DA1

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

Shades of Violet Blue #AF3DA1

Tints of Violet Blue #AF3DA1

Color information

#AF3DA1 (or 0xAF3DA1) is unknown color: approx Violet Blue. HEX triplet: AF, 3D and A1. RGB value is (175,61,161). Sum of RGB (Red+Green+Blue) = 175+61+161=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3DA1 is #50C25E. Grayscale: #6A6A6A. Windows color (decimal): -5292639 or 10567087. OLE color: 10567087.

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

Color convert

RGB17561161-
CMYK00.650.080.31
HSL307.37º48.31%46.27%-
HSV(B)307.37º65.14%68.63%-
XYZ25.7815.0235.26-
YUV106.49158.77176.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 61 (24.22% from 255) = 15.37%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=44.08%
G=15.37%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756116100.650.080.31307.3748.3146.27
HexAF3DA104181F133302e
Octal25775241010110374636056
Binary101011111111011010000101000001100011111100110011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3DA1; }

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

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

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

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

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

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

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

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