Html Css Color HEX #AD6DAC Violet Blue

📋 copy color: '#AD6DAC'

red 173 ◦ green 109 ◦ blue 172

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

Shades of Violet Blue #AD6DAC

Tints of Violet Blue #AD6DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.01%

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

R = 38.11%
G = 24.01%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD6DAC (or 0xAD6DAC) is known color: Violet Blue. HEX triplet: AD, 6D and AC. RGB value is (173,109,172). Sum of RGB (Red+Green+Blue) = 173+109+172=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6DAC is #529253. Grayscale: #878787. Windows color (decimal): -5411412 or 11300269. OLE color: 11300269.

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

Color convert

RGB 173 109 172 -
CMYK 0 0.37 0.01 0.32
HSL 300.94º 0.28% 0.55% -
HSV(B) 300.94º 0.37% 0.68% -
XYZ 30.15 22.8 41.84 -
YUV 135.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 173 109 172 0 0.37 0.01 0.32 300.94 0.28 0.55
Hex AD 6D AC 0 25 1 20 12D 1C 37
Octal 255 155 254 0 45 1 40 455 34 67
Binary 10101101 1101101 10101100 0 100101 1 100000 100101101 11100 110111

Color Harmonies of #AD6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DAC

Black with #AD6DAC

Text Example


Text Example

White with #AD6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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