Html Css Color HEX #AD6AA6 Violet Blue

📋 copy color: '#AD6AA6'

red 173 ◦ green 106 ◦ blue 166

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

Shades of Violet Blue #AD6AA6

Tints of Violet Blue #AD6AA6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.82%

 BLUE value IS 166 (65.23% from 255) = 37.3%

R = 38.88%
G = 23.82%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD6AA6 (or 0xAD6AA6) is known color: Violet Blue. HEX triplet: AD, 6A and A6. RGB value is (173,106,166). Sum of RGB (Red+Green+Blue) = 173+106+166=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AA6 is #529559. Grayscale: #848484. Windows color (decimal): -5412186 or 10906285. OLE color: 10906285.

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

Color convert

RGB 173 106 166 -
CMYK 0 0.39 0.04 0.32
HSL 306.27º 0.29% 0.55% -
HSV(B) 306.27º 0.39% 0.68% -
XYZ 29.27 21.95 38.77 -
YUV 132.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 173 106 166 0 0.39 0.04 0.32 306.27 0.29 0.55
Hex AD 6A A6 0 27 4 20 132 1D 37
Octal 255 152 246 0 47 4 40 462 35 67
Binary 10101101 1101010 10100110 0 100111 100 100000 100110010 11101 110111

Color Harmonies of #AD6AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AA6

Black with #AD6AA6

Text Example


Text Example

White with #AD6AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AA6; }

 p { color: rgb(173,106,166); }

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

background-color css

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

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

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

border-color css

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

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

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