Html Css Color HEX #AD62BC Deep Lilac

📋 copy color: '#AD62BC'

red 173 ◦ green 98 ◦ blue 188

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

Shades of Deep Lilac #AD62BC

Tints of Deep Lilac #AD62BC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.35%

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 37.69%
G = 21.35%
B = 40.96%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD62BC (or 0xAD62BC) is known color: Deep Lilac. HEX triplet: AD, 62 and BC. RGB value is (173,98,188). Sum of RGB (Red+Green+Blue) = 173+98+188=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD62BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62BC is #529D43. Grayscale: #828282. Windows color (decimal): -5414212 or 12346029. OLE color: 12346029.

HSL color Cylindrical-coordinate representation of color #AD62BC: hue angle of 290º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD62BC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 98 188 -
CMYK 0.08 0.48 0 0.26
HSL 290º 0.4% 0.56% -
HSV(B) 290º 0.48% 0.74% -
XYZ 30.68 21.25 50.06 -
YUV 130.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 173 98 188 0.08 0.48 0 0.26 290 0.4 0.56
Hex AD 62 BC 8 30 0 1A 122 28 38
Octal 255 142 274 10 60 0 32 442 50 70
Binary 10101101 1100010 10111100 1000 110000 0 11010 100100010 101000 111000

Color Harmonies of #AD62BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD62BC

Black with #AD62BC

Text Example


Text Example

White with #AD62BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD62BC; }

 p { color: rgb(173,98,188); }

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

background-color css

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

 a { background-color: rgb(173,98,188); }

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

border-color css

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

 span { border-color: rgb(173,98,188); }

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