Html Css Color HEX #AD529B Violet Blue

📋 copy color: '#AD529B'

red 173 ◦ green 82 ◦ blue 155

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

Shades of Violet Blue #AD529B

Tints of Violet Blue #AD529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 42.2%
G = 20%
B = 37.8%

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

#AD529B (or 0xAD529B) is known color: Violet Blue. HEX triplet: AD, 52 and 9B. RGB value is (173,82,155). Sum of RGB (Red+Green+Blue) = 173+82+155=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD529B is #52AD64. Grayscale: #757575. Windows color (decimal): -5418341 or 10179245. OLE color: 10179245.

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

Color convert

RGB 173 82 155 -
CMYK 0 0.53 0.10 0.32
HSL 311.87º 0.36% 0.5% -
HSV(B) 311.87º 0.53% 0.68% -
XYZ 26.17 17.29 32.97 -
YUV 117.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 173 82 155 0 0.53 0.10 0.32 311.87 0.36 0.5
Hex AD 52 9B 0 35 A 20 138 24 32
Octal 255 122 233 0 65 12 40 470 44 62
Binary 10101101 1010010 10011011 0 110101 1010 100000 100111000 100100 110010

Color Harmonies of #AD529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD529B

Black with #AD529B

Text Example


Text Example

White with #AD529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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