Html Css Color HEX #AD5DAC Violet Blue

📋 copy color: '#AD5DAC'

red 173 ◦ green 93 ◦ blue 172

#AD5DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #AD5DAC

Tints of Violet Blue #AD5DAC

RGB

 RED value IS 173 (67.97% from 255) = 39.5%

 GREEN value IS 93 (36.72% from 255) = 21.23%

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 39.5%
G = 21.23%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD5DAC (or 0xAD5DAC) is known color: Violet Blue. HEX triplet: AD, 5D and AC. RGB value is (173,93,172). Sum of RGB (Red+Green+Blue) = 173+93+172=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5DAC is #52A253. Grayscale: #7D7D7D. Windows color (decimal): -5415508 or 11296173. OLE color: 11296173.

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

Color convert

RGB 173 93 172 -
CMYK 0 0.46 0.01 0.32
HSL 300.75º 0.33% 0.52% -
HSV(B) 300.75º 0.46% 0.68% -
XYZ 28.59 19.69 41.32 -
YUV 125.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 173 93 172 0 0.46 0.01 0.32 300.75 0.33 0.52
Hex AD 5D AC 0 2E 1 20 12D 21 34
Octal 255 135 254 0 56 1 40 455 41 64
Binary 10101101 1011101 10101100 0 101110 1 100000 100101101 100001 110100

Color Harmonies of #AD5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DAC

Black with #AD5DAC

Text Example


Text Example

White with #AD5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DAC; }

 p { color: rgb(173,93,172); }

 H1.HeaderClassName
 {
   color: #AD5DAC;
 }
 .AnyTagClassName
 {
   color: #AD5DAC;
 }
</style>

background-color css

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

 a { background-color: rgb(173,93,172); }

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

border-color css

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

 span { border-color: rgb(173,93,172); }

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