#AD5CB1

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

Shades of Violet Blue #AD5CB1

Tints of Violet Blue #AD5CB1

Color information

#AD5CB1 (or 0xAD5CB1) is unknown color: approx Violet Blue. HEX triplet: AD, 5C and B1. RGB value is (173,92,177). Sum of RGB (Red+Green+Blue) = 173+92+177=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD5CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5CB1 is #52A34E. Grayscale: #7D7D7D. Windows color (decimal): -5415759 or 11623597. OLE color: 11623597.

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

Color convert

RGB17392177-
CMYK0.020.4800.31
HSL297.18º35.27%52.75%-
HSV(B)297.18º48.02%69.41%-
XYZ2919.7143.87-
YUV125.91156.84161.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 177 (69.53% from 255) = 40.05%
R=39.14%
G=20.81%
B=40.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173921770.020.4800.31297.1835.2752.75
HexAD5CB123001F1292335
Octal2551342612600374514365
Binary1010110110111001011000110110000011111100101001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5CB1; }

 p { color: rgb(173,92,177); }

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

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

 a { background-color: rgb(173,92,177); }

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

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

 span { border-color: rgb(173,92,177); }

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