Html Css Color HEX #AD66AC Violet Blue

📋 copy color: '#AD66AC'

red 173 ◦ green 102 ◦ blue 172

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

Shades of Violet Blue #AD66AC

Tints of Violet Blue #AD66AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 38.7%
G = 22.82%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD66AC (or 0xAD66AC) is known color: Violet Blue. HEX triplet: AD, 66 and AC. RGB value is (173,102,172). Sum of RGB (Red+Green+Blue) = 173+102+172=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD66AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD66AC is #529953. Grayscale: #838383. Windows color (decimal): -5413204 or 11298477. OLE color: 11298477.

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

Color convert

RGB 173 102 172 -
CMYK 0 0.41 0.01 0.32
HSL 300.85º 0.3% 0.54% -
HSV(B) 300.85º 0.41% 0.68% -
XYZ 29.43 21.37 41.6 -
YUV 131.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 173 102 172 0 0.41 0.01 0.32 300.85 0.3 0.54
Hex AD 66 AC 0 29 1 20 12D 1E 36
Octal 255 146 254 0 51 1 40 455 36 66
Binary 10101101 1100110 10101100 0 101001 1 100000 100101101 11110 110110

Color Harmonies of #AD66AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66AC

Black with #AD66AC

Text Example


Text Example

White with #AD66AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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