Html Css Color HEX #AD66AA Violet Blue

📋 copy color: '#AD66AA'

red 173 ◦ green 102 ◦ blue 170

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

Shades of Violet Blue #AD66AA

Tints of Violet Blue #AD66AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.92%

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 38.88%
G = 22.92%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD66AA (or 0xAD66AA) is known color: Violet Blue. HEX triplet: AD, 66 and AA. RGB value is (173,102,170). Sum of RGB (Red+Green+Blue) = 173+102+170=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD66AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD66AA is #529955. Grayscale: #828282. Windows color (decimal): -5413206 or 11167405. OLE color: 11167405.

HSL color Cylindrical-coordinate representation of color #AD66AA: hue angle of 302.54º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD66AA is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 102 170 -
CMYK 0 0.41 0.02 0.32
HSL 302.54º 0.3% 0.54% -
HSV(B) 302.54º 0.41% 0.68% -
XYZ 29.24 21.29 40.6 -
YUV 130.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 173 102 170 0 0.41 0.02 0.32 302.54 0.3 0.54
Hex AD 66 AA 0 29 2 20 12F 1E 36
Octal 255 146 252 0 51 2 40 457 36 66
Binary 10101101 1100110 10101010 0 101001 10 100000 100101111 11110 110110

Color Harmonies of #AD66AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66AA

Black with #AD66AA

Text Example


Text Example

White with #AD66AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66AA; }

 p { color: rgb(173,102,170); }

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

background-color css

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

 a { background-color: rgb(173,102,170); }

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

border-color css

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

 span { border-color: rgb(173,102,170); }

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