Html Css Color HEX #AD5A9A Violet Blue

📋 copy color: '#AD5A9A'

red 173 ◦ green 90 ◦ blue 154

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

Shades of Violet Blue #AD5A9A

Tints of Violet Blue #AD5A9A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.58%

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 41.49%
G = 21.58%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD5A9A (or 0xAD5A9A) is known color: Violet Blue. HEX triplet: AD, 5A and 9A. RGB value is (173,90,154). Sum of RGB (Red+Green+Blue) = 173+90+154=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A9A is #52A565. Grayscale: #797979. Windows color (decimal): -5416294 or 10115757. OLE color: 10115757.

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

Color convert

RGB 173 90 154 -
CMYK 0 0.48 0.11 0.32
HSL 313.73º 0.34% 0.52% -
HSV(B) 313.73º 0.48% 0.68% -
XYZ 26.72 18.53 32.74 -
YUV 122.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 173 90 154 0 0.48 0.11 0.32 313.73 0.34 0.52
Hex AD 5A 9A 0 30 B 20 13A 22 34
Octal 255 132 232 0 60 13 40 472 42 64
Binary 10101101 1011010 10011010 0 110000 1011 100000 100111010 100010 110100

Color Harmonies of #AD5A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A9A

Black with #AD5A9A

Text Example


Text Example

White with #AD5A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A9A; }

 p { color: rgb(173,90,154); }

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

background-color css

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

 a { background-color: rgb(173,90,154); }

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

border-color css

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

 span { border-color: rgb(173,90,154); }

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