Html Css Color HEX #AD5C9E Violet Blue

📋 copy color: '#AD5C9E'

red 173 ◦ green 92 ◦ blue 158

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

Shades of Violet Blue #AD5C9E

Tints of Violet Blue #AD5C9E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

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

R = 40.9%
G = 21.75%
B = 37.35%

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

#AD5C9E (or 0xAD5C9E) is known color: Violet Blue. HEX triplet: AD, 5C and 9E. RGB value is (173,92,158). Sum of RGB (Red+Green+Blue) = 173+92+158=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5C9E is #52A361. Grayscale: #7B7B7B. Windows color (decimal): -5415778 or 10378413. OLE color: 10378413.

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

Color convert

RGB 173 92 158 -
CMYK 0 0.47 0.09 0.32
HSL 311.11º 0.33% 0.52% -
HSV(B) 311.11º 0.47% 0.68% -
XYZ 27.23 19.01 34.58 -
YUV 123.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 173 92 158 0 0.47 0.09 0.32 311.11 0.33 0.52
Hex AD 5C 9E 0 2F 9 20 137 21 34
Octal 255 134 236 0 57 11 40 467 41 64
Binary 10101101 1011100 10011110 0 101111 1001 100000 100110111 100001 110100

Color Harmonies of #AD5C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C9E

Black with #AD5C9E

Text Example


Text Example

White with #AD5C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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