Html Css Color HEX #AD6CAD Violet Blue

📋 copy color: '#AD6CAD'

red 173 ◦ green 108 ◦ blue 173

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

Shades of Violet Blue #AD6CAD

Tints of Violet Blue #AD6CAD

RGB

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

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

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

R = 38.11%
G = 23.79%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD6CAD (or 0xAD6CAD) is known color: Violet Blue. HEX triplet: AD, 6C and AD. RGB value is (173,108,173). Sum of RGB (Red+Green+Blue) = 173+108+173=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD6CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6CAD is #529352. Grayscale: #868686. Windows color (decimal): -5411667 or 11365549. OLE color: 11365549.

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

Color convert

RGB 173 108 173 -
CMYK 0 0.38 0 0.32
HSL 300º 0.28% 0.55% -
HSV(B) 300º 0.38% 0.68% -
XYZ 30.14 22.63 42.31 -
YUV 134.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 173 108 173 0 0.38 0 0.32 300 0.28 0.55
Hex AD 6C AD 0 26 0 20 12C 1C 37
Octal 255 154 255 0 46 0 40 454 34 67
Binary 10101101 1101100 10101101 0 100110 0 100000 100101100 11100 110111

Color Harmonies of #AD6CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CAD

Black with #AD6CAD

Text Example


Text Example

White with #AD6CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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