Html Css Color HEX #AA6DBF Deep Lilac

📋 copy color: '#AA6DBF'

red 170 ◦ green 109 ◦ blue 191

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

Shades of Deep Lilac #AA6DBF

Tints of Deep Lilac #AA6DBF

RGB

 RED value IS 170 (66.8% from 255) = 36.17%

 GREEN value IS 109 (42.97% from 255) = 23.19%

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

R = 36.17%
G = 23.19%
B = 40.64%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA6DBF (or 0xAA6DBF) is known color: Deep Lilac. HEX triplet: AA, 6D and BF. RGB value is (170,109,191). Sum of RGB (Red+Green+Blue) = 170+109+191=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA6DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DBF is #559240. Grayscale: #888888. Windows color (decimal): -5608001 or 12545450. OLE color: 12545450.

HSL color Cylindrical-coordinate representation of color #AA6DBF: hue angle of 284.63º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6DBF is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 109 191 -
CMYK 0.11 0.43 0 0.25
HSL 284.63º 0.39% 0.59% -
HSV(B) 284.63º 0.43% 0.75% -
XYZ 31.45 23.24 52.12 -
YUV 136.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 170 109 191 0.11 0.43 0 0.25 284.63 0.39 0.59
Hex AA 6D BF B 2B 0 19 11D 27 3B
Octal 252 155 277 13 53 0 31 435 47 73
Binary 10101010 1101101 10111111 1011 101011 0 11001 100011101 100111 111011

Color Harmonies of #AA6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DBF

Black with #AA6DBF

Text Example


Text Example

White with #AA6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DBF; }

 p { color: rgb(170,109,191); }

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

background-color css

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

 a { background-color: rgb(170,109,191); }

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

border-color css

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

 span { border-color: rgb(170,109,191); }

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