Html Css Color HEX #AD58AA Violet Blue

📋 copy color: '#AD58AA'

red 173 ◦ green 88 ◦ blue 170

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

Shades of Violet Blue #AD58AA

Tints of Violet Blue #AD58AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 40.14%
G = 20.42%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD58AA (or 0xAD58AA) is known color: Violet Blue. HEX triplet: AD, 58 and AA. RGB value is (173,88,170). Sum of RGB (Red+Green+Blue) = 173+88+170=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD58AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD58AA is #52A755. Grayscale: #7A7A7A. Windows color (decimal): -5416790 or 11163821. OLE color: 11163821.

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

Color convert

RGB 173 88 170 -
CMYK 0 0.49 0.02 0.32
HSL 302.12º 0.34% 0.51% -
HSV(B) 302.12º 0.49% 0.68% -
XYZ 27.98 18.77 40.18 -
YUV 122.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 173 88 170 0 0.49 0.02 0.32 302.12 0.34 0.51
Hex AD 58 AA 0 31 2 20 12E 22 33
Octal 255 130 252 0 61 2 40 456 42 63
Binary 10101101 1011000 10101010 0 110001 10 100000 100101110 100010 110011

Color Harmonies of #AD58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58AA

Black with #AD58AA

Text Example


Text Example

White with #AD58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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