Html Css Color HEX #AD5397 Violet Blue

📋 copy color: '#AD5397'

red 173 ◦ green 83 ◦ blue 151

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

Shades of Violet Blue #AD5397

Tints of Violet Blue #AD5397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.39%

 BLUE value IS 151 (59.38% from 255) = 37.1%

R = 42.51%
G = 20.39%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD5397 (or 0xAD5397) is known color: Violet Blue. HEX triplet: AD, 53 and 97. RGB value is (173,83,151). Sum of RGB (Red+Green+Blue) = 173+83+151=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5397 is #52AC68. Grayscale: #757575. Windows color (decimal): -5418089 or 9917357. OLE color: 9917357.

HSL color Cylindrical-coordinate representation of color #AD5397: hue angle of 314.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5397 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 83 151 -
CMYK 0 0.52 0.13 0.32
HSL 314.67º 0.35% 0.5% -
HSV(B) 314.67º 0.52% 0.68% -
XYZ 25.91 17.31 31.25 -
YUV 117.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 173 83 151 0 0.52 0.13 0.32 314.67 0.35 0.5
Hex AD 53 97 0 34 D 20 13B 23 32
Octal 255 123 227 0 64 15 40 473 43 62
Binary 10101101 1010011 10010111 0 110100 1101 100000 100111011 100011 110010

Color Harmonies of #AD5397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5397

Black with #AD5397

Text Example


Text Example

White with #AD5397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5397; }

 p { color: rgb(173,83,151); }

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

background-color css

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

 a { background-color: rgb(173,83,151); }

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

border-color css

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

 span { border-color: rgb(173,83,151); }

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