Html Css Color HEX #AD6BAB Violet Blue

📋 copy color: '#AD6BAB'

red 173 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #AD6BAB

Tints of Violet Blue #AD6BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 38.36%
G = 23.73%
B = 37.92%

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

#AD6BAB (or 0xAD6BAB) is known color: Violet Blue. HEX triplet: AD, 6B and AB. RGB value is (173,107,171). Sum of RGB (Red+Green+Blue) = 173+107+171=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6BAB is #529454. Grayscale: #858585. Windows color (decimal): -5411925 or 11234221. OLE color: 11234221.

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

Color convert

RGB 173 107 171 -
CMYK 0 0.38 0.01 0.32
HSL 301.82º 0.29% 0.55% -
HSV(B) 301.82º 0.38% 0.68% -
XYZ 29.84 22.34 41.27 -
YUV 134.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 173 107 171 0 0.38 0.01 0.32 301.82 0.29 0.55
Hex AD 6B AB 0 26 1 20 12E 1D 37
Octal 255 153 253 0 46 1 40 456 35 67
Binary 10101101 1101011 10101011 0 100110 1 100000 100101110 11101 110111

Color Harmonies of #AD6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BAB

Black with #AD6BAB

Text Example


Text Example

White with #AD6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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