Html Css Color HEX #AD6CAE Violet Blue

📋 copy color: '#AD6CAE'

red 173 ◦ green 108 ◦ blue 174

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

Shades of Violet Blue #AD6CAE

Tints of Violet Blue #AD6CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.74%

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

R = 38.02%
G = 23.74%
B = 38.24%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD6CAE (or 0xAD6CAE) is known color: Violet Blue. HEX triplet: AD, 6C and AE. RGB value is (173,108,174). Sum of RGB (Red+Green+Blue) = 173+108+174=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD6CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6CAE is #529351. Grayscale: #868686. Windows color (decimal): -5411666 or 11431085. OLE color: 11431085.

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

Color convert

RGB 173 108 174 -
CMYK 0.01 0.38 0 0.32
HSL 299.09º 0.29% 0.55% -
HSV(B) 299.09º 0.38% 0.68% -
XYZ 30.24 22.67 42.83 -
YUV 134.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 173 108 174 0.01 0.38 0 0.32 299.09 0.29 0.55
Hex AD 6C AE 1 26 0 20 12B 1D 37
Octal 255 154 256 1 46 0 40 453 35 67
Binary 10101101 1101100 10101110 1 100110 0 100000 100101011 11101 110111

Color Harmonies of #AD6CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CAE

Black with #AD6CAE

Text Example


Text Example

White with #AD6CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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