Html Css Color HEX #AD72AC Violet Blue

📋 copy color: '#AD72AC'

red 173 ◦ green 114 ◦ blue 172

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

Shades of Violet Blue #AD72AC

Tints of Violet Blue #AD72AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.84%

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

R = 37.69%
G = 24.84%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD72AC (or 0xAD72AC) is known color: Violet Blue. HEX triplet: AD, 72 and AC. RGB value is (173,114,172). Sum of RGB (Red+Green+Blue) = 173+114+172=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD72AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD72AC is #528D53. Grayscale: #8A8A8A. Windows color (decimal): -5410132 or 11301549. OLE color: 11301549.

HSL color Cylindrical-coordinate representation of color #AD72AC: hue angle of 301.02º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD72AC is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 114 172 -
CMYK 0 0.34 0.01 0.32
HSL 301.02º 0.26% 0.56% -
HSV(B) 301.02º 0.34% 0.68% -
XYZ 30.7 23.9 42.02 -
YUV 138.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 173 114 172 0 0.34 0.01 0.32 301.02 0.26 0.56
Hex AD 72 AC 0 22 1 20 12D 1A 38
Octal 255 162 254 0 42 1 40 455 32 70
Binary 10101101 1110010 10101100 0 100010 1 100000 100101101 11010 111000

Color Harmonies of #AD72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72AC

Black with #AD72AC

Text Example


Text Example

White with #AD72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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