Html Css Color HEX #AD6AA2 Violet Blue

📋 copy color: '#AD6AA2'

red 173 ◦ green 106 ◦ blue 162

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

Shades of Violet Blue #AD6AA2

Tints of Violet Blue #AD6AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.73%

R = 39.23%
G = 24.04%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD6AA2 (or 0xAD6AA2) is known color: Violet Blue. HEX triplet: AD, 6A and A2. RGB value is (173,106,162). Sum of RGB (Red+Green+Blue) = 173+106+162=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AA2 is #52955D. Grayscale: #848484. Windows color (decimal): -5412190 or 10644141. OLE color: 10644141.

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

Color convert

RGB 173 106 162 -
CMYK 0 0.39 0.06 0.32
HSL 309.85º 0.29% 0.55% -
HSV(B) 309.85º 0.39% 0.68% -
XYZ 28.91 21.8 36.87 -
YUV 132.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 173 106 162 0 0.39 0.06 0.32 309.85 0.29 0.55
Hex AD 6A A2 0 27 6 20 136 1D 37
Octal 255 152 242 0 47 6 40 466 35 67
Binary 10101101 1101010 10100010 0 100111 110 100000 100110110 11101 110111

Color Harmonies of #AD6AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AA2

Black with #AD6AA2

Text Example


Text Example

White with #AD6AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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