Html Css Color HEX #AD6BAE Violet Blue

📋 copy color: '#AD6BAE'

red 173 ◦ green 107 ◦ blue 174

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

Shades of Violet Blue #AD6BAE

Tints of Violet Blue #AD6BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.57%

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

R = 38.11%
G = 23.57%
B = 38.33%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD6BAE (or 0xAD6BAE) is known color: Violet Blue. HEX triplet: AD, 6B and AE. RGB value is (173,107,174). Sum of RGB (Red+Green+Blue) = 173+107+174=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD6BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6BAE is #529451. Grayscale: #868686. Windows color (decimal): -5411922 or 11430829. OLE color: 11430829.

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

Color convert

RGB 173 107 174 -
CMYK 0.01 0.39 0 0.32
HSL 299.1º 0.29% 0.55% -
HSV(B) 299.1º 0.39% 0.68% -
XYZ 30.13 22.46 42.79 -
YUV 134.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 173 107 174 0.01 0.39 0 0.32 299.1 0.29 0.55
Hex AD 6B AE 1 27 0 20 12B 1D 37
Octal 255 153 256 1 47 0 40 453 35 67
Binary 10101101 1101011 10101110 1 100111 0 100000 100101011 11101 110111

Color Harmonies of #AD6BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BAE

Black with #AD6BAE

Text Example


Text Example

White with #AD6BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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