Html Css Color HEX #AD5A9F Violet Blue

📋 copy color: '#AD5A9F'

red 173 ◦ green 90 ◦ blue 159

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

Shades of Violet Blue #AD5A9F

Tints of Violet Blue #AD5A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 41%
G = 21.33%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD5A9F (or 0xAD5A9F) is known color: Violet Blue. HEX triplet: AD, 5A and 9F. RGB value is (173,90,159). Sum of RGB (Red+Green+Blue) = 173+90+159=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A9F is #52A560. Grayscale: #7A7A7A. Windows color (decimal): -5416289 or 10443437. OLE color: 10443437.

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

Color convert

RGB 173 90 159 -
CMYK 0 0.48 0.08 0.32
HSL 310.12º 0.34% 0.52% -
HSV(B) 310.12º 0.48% 0.68% -
XYZ 27.15 18.7 34.98 -
YUV 122.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 173 90 159 0 0.48 0.08 0.32 310.12 0.34 0.52
Hex AD 5A 9F 0 30 8 20 136 22 34
Octal 255 132 237 0 60 10 40 466 42 64
Binary 10101101 1011010 10011111 0 110000 1000 100000 100110110 100010 110100

Color Harmonies of #AD5A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A9F

Black with #AD5A9F

Text Example


Text Example

White with #AD5A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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