Html Css Color HEX #AD529C Violet Blue

📋 copy color: '#AD529C'

red 173 ◦ green 82 ◦ blue 156

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

Shades of Violet Blue #AD529C

Tints of Violet Blue #AD529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 42.09%
G = 19.95%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD529C (or 0xAD529C) is known color: Violet Blue. HEX triplet: AD, 52 and 9C. RGB value is (173,82,156). Sum of RGB (Red+Green+Blue) = 173+82+156=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD529C is #52AD63. Grayscale: #757575. Windows color (decimal): -5418340 or 10244781. OLE color: 10244781.

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

Color convert

RGB 173 82 156 -
CMYK 0 0.53 0.10 0.32
HSL 311.21º 0.36% 0.5% -
HSV(B) 311.21º 0.53% 0.68% -
XYZ 26.25 17.32 33.41 -
YUV 117.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 173 82 156 0 0.53 0.10 0.32 311.21 0.36 0.5
Hex AD 52 9C 0 35 A 20 137 24 32
Octal 255 122 234 0 65 12 40 467 44 62
Binary 10101101 1010010 10011100 0 110101 1010 100000 100110111 100100 110010

Color Harmonies of #AD529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD529C

Black with #AD529C

Text Example


Text Example

White with #AD529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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