Html Css Color HEX #AD65BA Deep Lilac

📋 copy color: '#AD65BA'

red 173 ◦ green 101 ◦ blue 186

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

Shades of Deep Lilac #AD65BA

Tints of Deep Lilac #AD65BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.96%

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

R = 37.61%
G = 21.96%
B = 40.43%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD65BA (or 0xAD65BA) is known color: Deep Lilac. HEX triplet: AD, 65 and BA. RGB value is (173,101,186). Sum of RGB (Red+Green+Blue) = 173+101+186=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD65BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65BA is #529A45. Grayscale: #838383. Windows color (decimal): -5413446 or 12215725. OLE color: 12215725.

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

Color convert

RGB 173 101 186 -
CMYK 0.07 0.46 0 0.27
HSL 290.82º 0.38% 0.56% -
HSV(B) 290.82º 0.46% 0.73% -
XYZ 30.75 21.74 49.03 -
YUV 132.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 173 101 186 0.07 0.46 0 0.27 290.82 0.38 0.56
Hex AD 65 BA 7 2E 0 1B 123 26 38
Octal 255 145 272 7 56 0 33 443 46 70
Binary 10101101 1100101 10111010 111 101110 0 11011 100100011 100110 111000

Color Harmonies of #AD65BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65BA

Black with #AD65BA

Text Example


Text Example

White with #AD65BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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