Html Css Color HEX #AD61AC Violet Blue

📋 copy color: '#AD61AC'

red 173 ◦ green 97 ◦ blue 172

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

Shades of Violet Blue #AD61AC

Tints of Violet Blue #AD61AC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.95%

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

R = 39.14%
G = 21.95%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD61AC (or 0xAD61AC) is known color: Violet Blue. HEX triplet: AD, 61 and AC. RGB value is (173,97,172). Sum of RGB (Red+Green+Blue) = 173+97+172=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD61AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61AC is #529E53. Grayscale: #808080. Windows color (decimal): -5414484 or 11297197. OLE color: 11297197.

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

Color convert

RGB 173 97 172 -
CMYK 0 0.44 0.01 0.32
HSL 300.79º 0.32% 0.53% -
HSV(B) 300.79º 0.44% 0.68% -
XYZ 28.95 20.41 41.44 -
YUV 128.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 173 97 172 0 0.44 0.01 0.32 300.79 0.32 0.53
Hex AD 61 AC 0 2C 1 20 12D 20 35
Octal 255 141 254 0 54 1 40 455 40 65
Binary 10101101 1100001 10101100 0 101100 1 100000 100101101 100000 110101

Color Harmonies of #AD61AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61AC

Black with #AD61AC

Text Example


Text Example

White with #AD61AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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