#AD67B4

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

Shades of Violet Blue #AD67B4

Tints of Violet Blue #AD67B4

Color information

#AD67B4 (or 0xAD67B4) is unknown color: approx Violet Blue. HEX triplet: AD, 67 and B4. RGB value is (173,103,180). Sum of RGB (Red+Green+Blue) = 173+103+180=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD67B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67B4 is #52984B. Grayscale: #848484. Windows color (decimal): -5412940 or 11823021. OLE color: 11823021.

HSL color Cylindrical-coordinate representation of color #AD67B4: hue angle of 294.55º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD67B4 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173103180-
CMYK0.040.4300.29
HSL294.55º33.92%55.49%-
HSV(B)294.55º42.78%70.59%-
XYZ30.3221.8845.81-
YUV132.71154.69156.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 103 (40.62% from 255) = 22.59%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=37.94%
G=22.59%
B=39.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731031800.040.4300.29294.5533.9255.49
HexAD67B442B01D1272237
Octal2551472644530354474267
Binary10101101110011110110100100101011011101100100111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67B4; }

 p { color: rgb(173,103,180); }

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

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

 a { background-color: rgb(173,103,180); }

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

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

 span { border-color: rgb(173,103,180); }

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