Html Css Color HEX #AD529D Violet Blue

📋 copy color: '#AD529D'

red 173 ◦ green 82 ◦ blue 157

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

Shades of Violet Blue #AD529D

Tints of Violet Blue #AD529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 41.99%
G = 19.9%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD529D (or 0xAD529D) is known color: Violet Blue. HEX triplet: AD, 52 and 9D. RGB value is (173,82,157). Sum of RGB (Red+Green+Blue) = 173+82+157=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD529D is #52AD62. Grayscale: #757575. Windows color (decimal): -5418339 or 10310317. OLE color: 10310317.

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

Color convert

RGB 173 82 157 -
CMYK 0 0.53 0.09 0.32
HSL 310.55º 0.36% 0.5% -
HSV(B) 310.55º 0.53% 0.68% -
XYZ 26.34 17.35 33.86 -
YUV 117.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 173 82 157 0 0.53 0.09 0.32 310.55 0.36 0.5
Hex AD 52 9D 0 35 9 20 137 24 32
Octal 255 122 235 0 65 11 40 467 44 62
Binary 10101101 1010010 10011101 0 110101 1001 100000 100110111 100100 110010

Color Harmonies of #AD529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD529D

Black with #AD529D

Text Example


Text Example

White with #AD529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD529D; }

 p { color: rgb(173,82,157); }

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

background-color css

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

 a { background-color: rgb(173,82,157); }

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

border-color css

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

 span { border-color: rgb(173,82,157); }

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