Html Css Color HEX #AD6EAC Violet Blue

📋 copy color: '#AD6EAC'

red 173 ◦ green 110 ◦ blue 172

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

Shades of Violet Blue #AD6EAC

Tints of Violet Blue #AD6EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.18%

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

R = 38.02%
G = 24.18%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD6EAC (or 0xAD6EAC) is known color: Violet Blue. HEX triplet: AD, 6E and AC. RGB value is (173,110,172). Sum of RGB (Red+Green+Blue) = 173+110+172=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6EAC is #529153. Grayscale: #878787. Windows color (decimal): -5411156 or 11300525. OLE color: 11300525.

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

Color convert

RGB 173 110 172 -
CMYK 0 0.36 0.01 0.32
HSL 300.95º 0.28% 0.55% -
HSV(B) 300.95º 0.36% 0.68% -
XYZ 30.26 23.01 41.88 -
YUV 135.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 173 110 172 0 0.36 0.01 0.32 300.95 0.28 0.55
Hex AD 6E AC 0 24 1 20 12D 1C 37
Octal 255 156 254 0 44 1 40 455 34 67
Binary 10101101 1101110 10101100 0 100100 1 100000 100101101 11100 110111

Color Harmonies of #AD6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6EAC

Black with #AD6EAC

Text Example


Text Example

White with #AD6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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