Html Css Color HEX #AD5894 Violet Blue

📋 copy color: '#AD5894'

red 173 ◦ green 88 ◦ blue 148

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

Shades of Violet Blue #AD5894

Tints of Violet Blue #AD5894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.52%

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

R = 42.3%
G = 21.52%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD5894 (or 0xAD5894) is known color: Violet Blue. HEX triplet: AD, 58 and 94. RGB value is (173,88,148). Sum of RGB (Red+Green+Blue) = 173+88+148=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5894 is #52A76B. Grayscale: #787878. Windows color (decimal): -5416812 or 9722029. OLE color: 9722029.

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

Color convert

RGB 173 88 148 -
CMYK 0 0.49 0.14 0.32
HSL 317.65º 0.34% 0.51% -
HSV(B) 317.65º 0.49% 0.68% -
XYZ 26.07 18 30.12 -
YUV 120.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 173 88 148 0 0.49 0.14 0.32 317.65 0.34 0.51
Hex AD 58 94 0 31 E 20 13E 22 33
Octal 255 130 224 0 61 16 40 476 42 63
Binary 10101101 1011000 10010100 0 110001 1110 100000 100111110 100010 110011

Color Harmonies of #AD5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5894

Black with #AD5894

Text Example


Text Example

White with #AD5894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5894; }

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

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

background-color css

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

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

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

border-color css

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

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

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