Html Css Color HEX #AD57A7 Violet Blue

📋 copy color: '#AD57A7'

red 173 ◦ green 87 ◦ blue 167

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

Shades of Violet Blue #AD57A7

Tints of Violet Blue #AD57A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.11%

R = 40.52%
G = 20.37%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD57A7 (or 0xAD57A7) is known color: Violet Blue. HEX triplet: AD, 57 and A7. RGB value is (173,87,167). Sum of RGB (Red+Green+Blue) = 173+87+167=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD57A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD57A7 is #52A858. Grayscale: #797979. Windows color (decimal): -5417049 or 10966957. OLE color: 10966957.

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

Color convert

RGB 173 87 167 -
CMYK 0 0.50 0.03 0.32
HSL 304.19º 0.34% 0.51% -
HSV(B) 304.19º 0.5% 0.68% -
XYZ 27.62 18.49 38.67 -
YUV 121.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 173 87 167 0 0.50 0.03 0.32 304.19 0.34 0.51
Hex AD 57 A7 0 32 3 20 130 22 33
Octal 255 127 247 0 62 3 40 460 42 63
Binary 10101101 1010111 10100111 0 110010 11 100000 100110000 100010 110011

Color Harmonies of #AD57A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD57A7

Black with #AD57A7

Text Example


Text Example

White with #AD57A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD57A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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