Html Css Color HEX #AD589B Violet Blue

📋 copy color: '#AD589B'

red 173 ◦ green 88 ◦ blue 155

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

Shades of Violet Blue #AD589B

Tints of Violet Blue #AD589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.15%

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

R = 41.59%
G = 21.15%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD589B (or 0xAD589B) is known color: Violet Blue. HEX triplet: AD, 58 and 9B. RGB value is (173,88,155). Sum of RGB (Red+Green+Blue) = 173+88+155=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD589B is #52A764. Grayscale: #787878. Windows color (decimal): -5416805 or 10180781. OLE color: 10180781.

HSL color Cylindrical-coordinate representation of color #AD589B: hue angle of 312.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD589B is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 88 155 -
CMYK 0 0.49 0.10 0.32
HSL 312.71º 0.34% 0.51% -
HSV(B) 312.71º 0.49% 0.68% -
XYZ 26.64 18.23 33.13 -
YUV 121.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 173 88 155 0 0.49 0.10 0.32 312.71 0.34 0.51
Hex AD 58 9B 0 31 A 20 139 22 33
Octal 255 130 233 0 61 12 40 471 42 63
Binary 10101101 1011000 10011011 0 110001 1010 100000 100111001 100010 110011

Color Harmonies of #AD589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD589B

Black with #AD589B

Text Example


Text Example

White with #AD589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD589B; }

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

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

background-color css

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

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

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

border-color css

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

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

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