Html Css Color HEX #AD6BAD Violet Blue

📋 copy color: '#AD6BAD'

red 173 ◦ green 107 ◦ blue 173

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

Shades of Violet Blue #AD6BAD

Tints of Violet Blue #AD6BAD

RGB

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

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

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

R = 38.19%
G = 23.62%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD6BAD (or 0xAD6BAD) is known color: Violet Blue. HEX triplet: AD, 6B and AD. RGB value is (173,107,173). Sum of RGB (Red+Green+Blue) = 173+107+173=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD6BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6BAD is #529452. Grayscale: #868686. Windows color (decimal): -5411923 or 11365293. OLE color: 11365293.

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

Color convert

RGB 173 107 173 -
CMYK 0 0.38 0 0.32
HSL 300º 0.29% 0.55% -
HSV(B) 300º 0.38% 0.68% -
XYZ 30.03 22.42 42.28 -
YUV 134.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 173 107 173 0 0.38 0 0.32 300 0.29 0.55
Hex AD 6B AD 0 26 0 20 12C 1D 37
Octal 255 153 255 0 46 0 40 454 35 67
Binary 10101101 1101011 10101101 0 100110 0 100000 100101100 11101 110111

Color Harmonies of #AD6BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BAD

Black with #AD6BAD

Text Example


Text Example

White with #AD6BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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