Html Css Color HEX #AD5DAF Violet Blue

📋 copy color: '#AD5DAF'

red 173 ◦ green 93 ◦ blue 175

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

Shades of Violet Blue #AD5DAF

Tints of Violet Blue #AD5DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.09%

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 39.23%
G = 21.09%
B = 39.68%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD5DAF (or 0xAD5DAF) is known color: Violet Blue. HEX triplet: AD, 5D and AF. RGB value is (173,93,175). Sum of RGB (Red+Green+Blue) = 173+93+175=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD5DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5DAF is #52A250. Grayscale: #7E7E7E. Windows color (decimal): -5415505 or 11492781. OLE color: 11492781.

HSL color Cylindrical-coordinate representation of color #AD5DAF: hue angle of 298.54º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5DAF is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 93 175 -
CMYK 0.01 0.47 0 0.31
HSL 298.54º 0.34% 0.53% -
HSV(B) 298.54º 0.47% 0.69% -
XYZ 28.89 19.81 42.86 -
YUV 126.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 173 93 175 0.01 0.47 0 0.31 298.54 0.34 0.53
Hex AD 5D AF 1 2F 0 1F 12B 22 35
Octal 255 135 257 1 57 0 37 453 42 65
Binary 10101101 1011101 10101111 1 101111 0 11111 100101011 100010 110101

Color Harmonies of #AD5DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DAF

Black with #AD5DAF

Text Example


Text Example

White with #AD5DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DAF; }

 p { color: rgb(173,93,175); }

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

background-color css

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

 a { background-color: rgb(173,93,175); }

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

border-color css

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

 span { border-color: rgb(173,93,175); }

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