Html Css Color HEX #AD6FAD Violet Blue

📋 copy color: '#AD6FAD'

red 173 ◦ green 111 ◦ blue 173

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

Shades of Violet Blue #AD6FAD

Tints of Violet Blue #AD6FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 37.86%
G = 24.29%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD6FAD (or 0xAD6FAD) is known color: Violet Blue. HEX triplet: AD, 6F and AD. RGB value is (173,111,173). Sum of RGB (Red+Green+Blue) = 173+111+173=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD6FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6FAD is #529052. Grayscale: #888888. Windows color (decimal): -5410899 or 11366317. OLE color: 11366317.

HSL color Cylindrical-coordinate representation of color #AD6FAD: hue angle of 300º degrees, saturation: 0.27, 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 #AD6FAD is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 111 173 -
CMYK 0 0.36 0 0.32
HSL 300º 0.27% 0.56% -
HSV(B) 300º 0.36% 0.68% -
XYZ 30.46 23.27 42.42 -
YUV 136.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 173 111 173 0 0.36 0 0.32 300 0.27 0.56
Hex AD 6F AD 0 24 0 20 12C 1B 38
Octal 255 157 255 0 44 0 40 454 33 70
Binary 10101101 1101111 10101101 0 100100 0 100000 100101100 11011 111000

Color Harmonies of #AD6FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FAD

Black with #AD6FAD

Text Example


Text Example

White with #AD6FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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