Html Css Color HEX #AD6DAE Violet Blue

📋 copy color: '#AD6DAE'

red 173 ◦ green 109 ◦ blue 174

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

Shades of Violet Blue #AD6DAE

Tints of Violet Blue #AD6DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 37.94%
G = 23.9%
B = 38.16%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD6DAE (or 0xAD6DAE) is known color: Violet Blue. HEX triplet: AD, 6D and AE. RGB value is (173,109,174). Sum of RGB (Red+Green+Blue) = 173+109+174=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD6DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6DAE is #529251. Grayscale: #878787. Windows color (decimal): -5411410 or 11431341. OLE color: 11431341.

HSL color Cylindrical-coordinate representation of color #AD6DAE: hue angle of 299.08º degrees, saturation: 0.29, 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 #AD6DAE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 109 174 -
CMYK 0.01 0.37 0 0.32
HSL 299.08º 0.29% 0.55% -
HSV(B) 299.08º 0.37% 0.68% -
XYZ 30.34 22.88 42.86 -
YUV 135.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 173 109 174 0.01 0.37 0 0.32 299.08 0.29 0.55
Hex AD 6D AE 1 25 0 20 12B 1D 37
Octal 255 155 256 1 45 0 40 453 35 67
Binary 10101101 1101101 10101110 1 100101 0 100000 100101011 11101 110111

Color Harmonies of #AD6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DAE

Black with #AD6DAE

Text Example


Text Example

White with #AD6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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