Html Css Color HEX #AD6EB3 Violet Blue

📋 copy color: '#AD6EB3'

red 173 ◦ green 110 ◦ blue 179

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

Shades of Violet Blue #AD6EB3

Tints of Violet Blue #AD6EB3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.81%

 BLUE value IS 179 (70.31% from 255) = 38.74%

R = 37.45%
G = 23.81%
B = 38.74%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD6EB3 (or 0xAD6EB3) is known color: Violet Blue. HEX triplet: AD, 6E and B3. RGB value is (173,110,179). Sum of RGB (Red+Green+Blue) = 173+110+179=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD6EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EB3 is #52914C. Grayscale: #888888. Windows color (decimal): -5411149 or 11759277. OLE color: 11759277.

HSL color Cylindrical-coordinate representation of color #AD6EB3: hue angle of 294.78º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6EB3 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 110 179 -
CMYK 0.03 0.39 0 0.30
HSL 294.78º 0.31% 0.57% -
HSV(B) 294.78º 0.39% 0.7% -
XYZ 30.95 23.29 45.51 -
YUV 136.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 173 110 179 0.03 0.39 0 0.30 294.78 0.31 0.57
Hex AD 6E B3 3 27 0 1E 127 1F 39
Octal 255 156 263 3 47 0 36 447 37 71
Binary 10101101 1101110 10110011 11 100111 0 11110 100100111 11111 111001

Color Harmonies of #AD6EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6EB3

Black with #AD6EB3

Text Example


Text Example

White with #AD6EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6EB3; }

 p { color: rgb(173,110,179); }

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

background-color css

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

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

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

border-color css

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

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

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