Html Css Color HEX #AD6DB7 Violet Blue

📋 copy color: '#AD6DB7'

red 173 ◦ green 109 ◦ blue 183

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

Shades of Violet Blue #AD6DB7

Tints of Violet Blue #AD6DB7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.44%

 BLUE value IS 183 (71.88% from 255) = 39.35%

R = 37.2%
G = 23.44%
B = 39.35%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD6DB7 (or 0xAD6DB7) is known color: Violet Blue. HEX triplet: AD, 6D and B7. RGB value is (173,109,183). Sum of RGB (Red+Green+Blue) = 173+109+183=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD6DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DB7 is #529248. Grayscale: #888888. Windows color (decimal): -5411401 or 12021165. OLE color: 12021165.

HSL color Cylindrical-coordinate representation of color #AD6DB7: hue angle of 291.89º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6DB7 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 109 183 -
CMYK 0.05 0.40 0 0.28
HSL 291.89º 0.34% 0.57% -
HSV(B) 291.89º 0.4% 0.72% -
XYZ 31.25 23.24 47.64 -
YUV 136.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 173 109 183 0.05 0.40 0 0.28 291.89 0.34 0.57
Hex AD 6D B7 5 28 0 1C 124 22 39
Octal 255 155 267 5 50 0 34 444 42 71
Binary 10101101 1101101 10110111 101 101000 0 11100 100100100 100010 111001

Color Harmonies of #AD6DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DB7

Black with #AD6DB7

Text Example


Text Example

White with #AD6DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DB7; }

 p { color: rgb(173,109,183); }

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

background-color css

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

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

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

border-color css

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

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

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