#AD4CAE

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

Shades of Violet Blue #AD4CAE

Tints of Violet Blue #AD4CAE

Color information

#AD4CAE (or 0xAD4CAE) is unknown color: approx Violet Blue. HEX triplet: AD, 4C and AE. RGB value is (173,76,174). Sum of RGB (Red+Green+Blue) = 173+76+174=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD4CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4CAE is #52B351. Grayscale: #737373. Windows color (decimal): -5419858 or 11422893. OLE color: 11422893.

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

Color convert

RGB17376174-
CMYK0.010.5600.32
HSL299.39º39.2%49.02%-
HSV(B)299.39º56.32%68.24%-
XYZ27.4617.1141.9-
YUV116.18160.64168.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 76 (30.08% from 255) = 17.97%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=40.90%
G=17.97%
B=41.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173761740.010.5600.32299.3939.249.02
HexAD4CAE13802012b2731
Octal2551142561700404534761
Binary1010110110011001010111011110000100000100101011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4CAE; }

 p { color: rgb(173,76,174); }

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

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

 a { background-color: rgb(173,76,174); }

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

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

 span { border-color: rgb(173,76,174); }

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