Html Css Color HEX #AD68AA Violet Blue

📋 copy color: '#AD68AA'

red 173 ◦ green 104 ◦ blue 170

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

Shades of Violet Blue #AD68AA

Tints of Violet Blue #AD68AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.27%

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 38.7%
G = 23.27%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD68AA (or 0xAD68AA) is known color: Violet Blue. HEX triplet: AD, 68 and AA. RGB value is (173,104,170). Sum of RGB (Red+Green+Blue) = 173+104+170=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD68AA is #529755. Grayscale: #838383. Windows color (decimal): -5412694 or 11167917. OLE color: 11167917.

HSL color Cylindrical-coordinate representation of color #AD68AA: hue angle of 302.61º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD68AA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 104 170 -
CMYK 0 0.40 0.02 0.32
HSL 302.61º 0.3% 0.54% -
HSV(B) 302.61º 0.4% 0.68% -
XYZ 29.44 21.69 40.66 -
YUV 132.16 149.36 157.13 -
System Red Green Blue C M Y K H S L
Decimal 173 104 170 0 0.40 0.02 0.32 302.61 0.3 0.54
Hex AD 68 AA 0 28 2 20 12F 1E 36
Octal 255 150 252 0 50 2 40 457 36 66
Binary 10101101 1101000 10101010 0 101000 10 100000 100101111 11110 110110

Color Harmonies of #AD68AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68AA

Black with #AD68AA

Text Example


Text Example

White with #AD68AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68AA; }

 p { color: rgb(173,104,170); }

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

background-color css

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

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

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

border-color css

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

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

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