Html Css Color HEX #AD5FAE Violet Blue

📋 copy color: '#AD5FAE'

red 173 ◦ green 95 ◦ blue 174

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

Shades of Violet Blue #AD5FAE

Tints of Violet Blue #AD5FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

 BLUE value IS 174 (68.36% from 255) = 39.37%

R = 39.14%
G = 21.49%
B = 39.37%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD5FAE (or 0xAD5FAE) is known color: Violet Blue. HEX triplet: AD, 5F and AE. RGB value is (173,95,174). Sum of RGB (Red+Green+Blue) = 173+95+174=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD5FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5FAE is #52A051. Grayscale: #7F7F7F. Windows color (decimal): -5414994 or 11427757. OLE color: 11427757.

HSL color Cylindrical-coordinate representation of color #AD5FAE: hue angle of 299.24º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD5FAE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 95 174 -
CMYK 0.01 0.45 0 0.32
HSL 299.24º 0.33% 0.53% -
HSV(B) 299.24º 0.45% 0.68% -
XYZ 28.97 20.12 42.4 -
YUV 127.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 173 95 174 0.01 0.45 0 0.32 299.24 0.33 0.53
Hex AD 5F AE 1 2D 0 20 12B 21 35
Octal 255 137 256 1 55 0 40 453 41 65
Binary 10101101 1011111 10101110 1 101101 0 100000 100101011 100001 110101

Color Harmonies of #AD5FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FAE

Black with #AD5FAE

Text Example


Text Example

White with #AD5FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FAE; }

 p { color: rgb(173,95,174); }

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

background-color css

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

 a { background-color: rgb(173,95,174); }

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

border-color css

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

 span { border-color: rgb(173,95,174); }

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