#AD3EAA

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

Shades of Violet Blue #AD3EAA

Tints of Violet Blue #AD3EAA

Color information

#AD3EAA (or 0xAD3EAA) is unknown color: approx Violet Blue. HEX triplet: AD, 3E and AA. RGB value is (173,62,170). Sum of RGB (Red+Green+Blue) = 173+62+170=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3EAA is #52C155. Grayscale: #6B6B6B. Windows color (decimal): -5423446 or 11157165. OLE color: 11157165.

HSL color Cylindrical-coordinate representation of color #AD3EAA: hue angle of 301.62º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD3EAA is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17362170-
CMYK00.640.020.32
HSL301.62º47.23%46.08%-
HSV(B)301.62º64.16%67.84%-
XYZ26.2115.2339.59-
YUV107.5163.27174.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 62 (24.61% from 255) = 15.31%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=42.72%
G=15.31%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736217000.640.020.32301.6247.2346.08
HexAD3EAA04022012e2f2e
Octal2557625201002404565756
Binary10101101111110101010100100000010100000100101110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3EAA; }

 p { color: rgb(173,62,170); }

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

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

 a { background-color: rgb(173,62,170); }

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

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

 span { border-color: rgb(173,62,170); }

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