Html Css Color HEX #AD59B0 Violet Blue

📋 copy color: '#AD59B0'

red 173 ◦ green 89 ◦ blue 176

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

Shades of Violet Blue #AD59B0

Tints of Violet Blue #AD59B0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.32%

 BLUE value IS 176 (69.14% from 255) = 40.18%

R = 39.5%
G = 20.32%
B = 40.18%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD59B0 (or 0xAD59B0) is known color: Violet Blue. HEX triplet: AD, 59 and B0. RGB value is (173,89,176). Sum of RGB (Red+Green+Blue) = 173+89+176=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD59B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD59B0 is #52A64F. Grayscale: #7B7B7B. Windows color (decimal): -5416528 or 11557293. OLE color: 11557293.

HSL color Cylindrical-coordinate representation of color #AD59B0: hue angle of 297.93º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD59B0 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 89 176 -
CMYK 0.02 0.49 0 0.31
HSL 297.93º 0.36% 0.52% -
HSV(B) 297.93º 0.49% 0.69% -
XYZ 28.64 19.16 43.26 -
YUV 124.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 173 89 176 0.02 0.49 0 0.31 297.93 0.36 0.52
Hex AD 59 B0 2 31 0 1F 12A 24 34
Octal 255 131 260 2 61 0 37 452 44 64
Binary 10101101 1011001 10110000 10 110001 0 11111 100101010 100100 110100

Color Harmonies of #AD59B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD59B0

Black with #AD59B0

Text Example


Text Example

White with #AD59B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD59B0; }

 p { color: rgb(173,89,176); }

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

background-color css

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

 a { background-color: rgb(173,89,176); }

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

border-color css

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

 span { border-color: rgb(173,89,176); }

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