Html Css Color HEX #AD73AB Violet Blue

📋 copy color: '#AD73AB'

red 173 ◦ green 115 ◦ blue 171

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

Shades of Violet Blue #AD73AB

Tints of Violet Blue #AD73AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 37.69%
G = 25.05%
B = 37.25%

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

#AD73AB (or 0xAD73AB) is known color: Violet Blue. HEX triplet: AD, 73 and AB. RGB value is (173,115,171). Sum of RGB (Red+Green+Blue) = 173+115+171=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD73AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD73AB is #528C54. Grayscale: #8A8A8A. Windows color (decimal): -5409877 or 11236269. OLE color: 11236269.

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

Color convert

RGB 173 115 171 -
CMYK 0 0.34 0.01 0.32
HSL 302.07º 0.26% 0.56% -
HSV(B) 302.07º 0.34% 0.68% -
XYZ 30.72 24.09 41.56 -
YUV 138.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 173 115 171 0 0.34 0.01 0.32 302.07 0.26 0.56
Hex AD 73 AB 0 22 1 20 12E 1A 38
Octal 255 163 253 0 42 1 40 456 32 70
Binary 10101101 1110011 10101011 0 100010 1 100000 100101110 11010 111000

Color Harmonies of #AD73AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD73AB

Black with #AD73AB

Text Example


Text Example

White with #AD73AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD73AB; }

 p { color: rgb(173,115,171); }

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

background-color css

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

 a { background-color: rgb(173,115,171); }

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

border-color css

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

 span { border-color: rgb(173,115,171); }

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