Html Css Color HEX #AD68BA Deep Lilac

📋 copy color: '#AD68BA'

red 173 ◦ green 104 ◦ blue 186

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

Shades of Deep Lilac #AD68BA

Tints of Deep Lilac #AD68BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 37.37%
G = 22.46%
B = 40.17%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD68BA (or 0xAD68BA) is known color: Deep Lilac. HEX triplet: AD, 68 and BA. RGB value is (173,104,186). Sum of RGB (Red+Green+Blue) = 173+104+186=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68BA is #529745. Grayscale: #858585. Windows color (decimal): -5412678 or 12216493. OLE color: 12216493.

HSL color Cylindrical-coordinate representation of color #AD68BA: hue angle of 290.49º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD68BA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 104 186 -
CMYK 0.07 0.44 0 0.27
HSL 290.49º 0.37% 0.57% -
HSV(B) 290.49º 0.44% 0.73% -
XYZ 31.05 22.33 49.13 -
YUV 133.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 173 104 186 0.07 0.44 0 0.27 290.49 0.37 0.57
Hex AD 68 BA 7 2C 0 1B 122 25 39
Octal 255 150 272 7 54 0 33 442 45 71
Binary 10101101 1101000 10111010 111 101100 0 11011 100100010 100101 111001

Color Harmonies of #AD68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68BA

Black with #AD68BA

Text Example


Text Example

White with #AD68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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