Html Css Color HEX #AD6FAE Violet Blue

📋 copy color: '#AD6FAE'

red 173 ◦ green 111 ◦ blue 174

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

Shades of Violet Blue #AD6FAE

Tints of Violet Blue #AD6FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.24%

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

R = 37.77%
G = 24.24%
B = 37.99%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD6FAE (or 0xAD6FAE) is known color: Violet Blue. HEX triplet: AD, 6F and AE. RGB value is (173,111,174). Sum of RGB (Red+Green+Blue) = 173+111+174=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD6FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6FAE is #529051. Grayscale: #888888. Windows color (decimal): -5410898 or 11431853. OLE color: 11431853.

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

Color convert

RGB 173 111 174 -
CMYK 0.01 0.36 0 0.32
HSL 299.05º 0.28% 0.56% -
HSV(B) 299.05º 0.36% 0.68% -
XYZ 30.56 23.31 42.93 -
YUV 136.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 173 111 174 0.01 0.36 0 0.32 299.05 0.28 0.56
Hex AD 6F AE 1 24 0 20 12B 1C 38
Octal 255 157 256 1 44 0 40 453 34 70
Binary 10101101 1101111 10101110 1 100100 0 100000 100101011 11100 111000

Color Harmonies of #AD6FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FAE

Black with #AD6FAE

Text Example


Text Example

White with #AD6FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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