Html Css Color HEX #AD5A94 Violet Blue

📋 copy color: '#AD5A94'

red 173 ◦ green 90 ◦ blue 148

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

Shades of Violet Blue #AD5A94

Tints of Violet Blue #AD5A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 42.09%
G = 21.9%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD5A94 (or 0xAD5A94) is known color: Violet Blue. HEX triplet: AD, 5A and 94. RGB value is (173,90,148). Sum of RGB (Red+Green+Blue) = 173+90+148=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A94 is #52A56B. Grayscale: #797979. Windows color (decimal): -5416300 or 9722541. OLE color: 9722541.

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

Color convert

RGB 173 90 148 -
CMYK 0 0.48 0.14 0.32
HSL 318.07º 0.34% 0.52% -
HSV(B) 318.07º 0.48% 0.68% -
XYZ 26.24 18.33 30.17 -
YUV 121.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 173 90 148 0 0.48 0.14 0.32 318.07 0.34 0.52
Hex AD 5A 94 0 30 E 20 13E 22 34
Octal 255 132 224 0 60 16 40 476 42 64
Binary 10101101 1011010 10010100 0 110000 1110 100000 100111110 100010 110100

Color Harmonies of #AD5A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A94

Black with #AD5A94

Text Example


Text Example

White with #AD5A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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