Html Css Color HEX #AD5B9E Violet Blue

📋 copy color: '#AD5B9E'

red 173 ◦ green 91 ◦ blue 158

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

Shades of Violet Blue #AD5B9E

Tints of Violet Blue #AD5B9E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 41%
G = 21.56%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD5B9E (or 0xAD5B9E) is known color: Violet Blue. HEX triplet: AD, 5B and 9E. RGB value is (173,91,158). Sum of RGB (Red+Green+Blue) = 173+91+158=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5B9E is #52A461. Grayscale: #7A7A7A. Windows color (decimal): -5416034 or 10378157. OLE color: 10378157.

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

Color convert

RGB 173 91 158 -
CMYK 0 0.47 0.09 0.32
HSL 310.98º 0.33% 0.52% -
HSV(B) 310.98º 0.47% 0.68% -
XYZ 27.15 18.84 34.55 -
YUV 123.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 173 91 158 0 0.47 0.09 0.32 310.98 0.33 0.52
Hex AD 5B 9E 0 2F 9 20 137 21 34
Octal 255 133 236 0 57 11 40 467 41 64
Binary 10101101 1011011 10011110 0 101111 1001 100000 100110111 100001 110100

Color Harmonies of #AD5B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B9E

Black with #AD5B9E

Text Example


Text Example

White with #AD5B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B9E; }

 p { color: rgb(173,91,158); }

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

background-color css

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

 a { background-color: rgb(173,91,158); }

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

border-color css

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

 span { border-color: rgb(173,91,158); }

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