Html Css Color HEX #AD6BAC Violet Blue

📋 copy color: '#AD6BAC'

red 173 ◦ green 107 ◦ blue 172

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

Shades of Violet Blue #AD6BAC

Tints of Violet Blue #AD6BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.67%

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

R = 38.27%
G = 23.67%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD6BAC (or 0xAD6BAC) is known color: Violet Blue. HEX triplet: AD, 6B and AC. RGB value is (173,107,172). Sum of RGB (Red+Green+Blue) = 173+107+172=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6BAC is #529453. Grayscale: #858585. Windows color (decimal): -5411924 or 11299757. OLE color: 11299757.

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

Color convert

RGB 173 107 172 -
CMYK 0 0.38 0.01 0.32
HSL 300.91º 0.29% 0.55% -
HSV(B) 300.91º 0.38% 0.68% -
XYZ 29.94 22.38 41.77 -
YUV 134.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 173 107 172 0 0.38 0.01 0.32 300.91 0.29 0.55
Hex AD 6B AC 0 26 1 20 12D 1D 37
Octal 255 153 254 0 46 1 40 455 35 67
Binary 10101101 1101011 10101100 0 100110 1 100000 100101101 11101 110111

Color Harmonies of #AD6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BAC

Black with #AD6BAC

Text Example


Text Example

White with #AD6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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