Html Css Color HEX #AD6AAB Violet Blue

📋 copy color: '#AD6AAB'

red 173 ◦ green 106 ◦ blue 171

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

Shades of Violet Blue #AD6AAB

Tints of Violet Blue #AD6AAB

RGB

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

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

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

R = 38.44%
G = 23.56%
B = 38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD6AAB (or 0xAD6AAB) is known color: Violet Blue. HEX triplet: AD, 6A and AB. RGB value is (173,106,171). Sum of RGB (Red+Green+Blue) = 173+106+171=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AAB is #529554. Grayscale: #858585. Windows color (decimal): -5412181 or 11233965. OLE color: 11233965.

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

Color convert

RGB 173 106 171 -
CMYK 0 0.39 0.01 0.32
HSL 301.79º 0.29% 0.55% -
HSV(B) 301.79º 0.39% 0.68% -
XYZ 29.74 22.13 41.23 -
YUV 133.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 173 106 171 0 0.39 0.01 0.32 301.79 0.29 0.55
Hex AD 6A AB 0 27 1 20 12E 1D 37
Octal 255 152 253 0 47 1 40 456 35 67
Binary 10101101 1101010 10101011 0 100111 1 100000 100101110 11101 110111

Color Harmonies of #AD6AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AAB

Black with #AD6AAB

Text Example


Text Example

White with #AD6AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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