Html Css Color HEX #AD57AA Violet Blue

📋 copy color: '#AD57AA'

red 173 ◦ green 87 ◦ blue 170

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

Shades of Violet Blue #AD57AA

Tints of Violet Blue #AD57AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.23%

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

R = 40.23%
G = 20.23%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD57AA (or 0xAD57AA) is known color: Violet Blue. HEX triplet: AD, 57 and AA. RGB value is (173,87,170). Sum of RGB (Red+Green+Blue) = 173+87+170=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD57AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD57AA is #52A855. Grayscale: #797979. Windows color (decimal): -5417046 or 11163565. OLE color: 11163565.

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

Color convert

RGB 173 87 170 -
CMYK 0 0.50 0.02 0.32
HSL 302.09º 0.34% 0.51% -
HSV(B) 302.09º 0.5% 0.68% -
XYZ 27.9 18.6 40.15 -
YUV 122.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 173 87 170 0 0.50 0.02 0.32 302.09 0.34 0.51
Hex AD 57 AA 0 32 2 20 12E 22 33
Octal 255 127 252 0 62 2 40 456 42 63
Binary 10101101 1010111 10101010 0 110010 10 100000 100101110 100010 110011

Color Harmonies of #AD57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD57AA

Black with #AD57AA

Text Example


Text Example

White with #AD57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD57AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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