Html Css Color HEX #AD5FBF Deep Lilac

📋 copy color: '#AD5FBF'

red 173 ◦ green 95 ◦ blue 191

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

Shades of Deep Lilac #AD5FBF

Tints of Deep Lilac #AD5FBF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.7%

 BLUE value IS 191 (75% from 255) = 41.61%

R = 37.69%
G = 20.7%
B = 41.61%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD5FBF (or 0xAD5FBF) is known color: Deep Lilac. HEX triplet: AD, 5F and BF. RGB value is (173,95,191). Sum of RGB (Red+Green+Blue) = 173+95+191=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD5FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FBF is #52A040. Grayscale: #808080. Windows color (decimal): -5414977 or 12541869. OLE color: 12541869.

HSL color Cylindrical-coordinate representation of color #AD5FBF: hue angle of 288.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5FBF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 95 191 -
CMYK 0.09 0.50 0 0.25
HSL 288.75º 0.43% 0.56% -
HSV(B) 288.75º 0.5% 0.75% -
XYZ 30.73 20.83 51.69 -
YUV 129.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 173 95 191 0.09 0.50 0 0.25 288.75 0.43 0.56
Hex AD 5F BF 9 32 0 19 121 2B 38
Octal 255 137 277 11 62 0 31 441 53 70
Binary 10101101 1011111 10111111 1001 110010 0 11001 100100001 101011 111000

Color Harmonies of #AD5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FBF

Black with #AD5FBF

Text Example


Text Example

White with #AD5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FBF; }

 p { color: rgb(173,95,191); }

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

background-color css

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

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

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

border-color css

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

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

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