Html Css Color HEX #AA69BE Deep Lilac

📋 copy color: '#AA69BE'

red 170 ◦ green 105 ◦ blue 190

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

Shades of Deep Lilac #AA69BE

Tints of Deep Lilac #AA69BE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.58%

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 36.56%
G = 22.58%
B = 40.86%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA69BE (or 0xAA69BE) is known color: Deep Lilac. HEX triplet: AA, 69 and BE. RGB value is (170,105,190). Sum of RGB (Red+Green+Blue) = 170+105+190=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69BE is #559641. Grayscale: #858585. Windows color (decimal): -5609026 or 12478890. OLE color: 12478890.

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

Color convert

RGB 170 105 190 -
CMYK 0.11 0.45 0 0.25
HSL 285.88º 0.4% 0.58% -
HSV(B) 285.88º 0.45% 0.75% -
XYZ 30.92 22.37 51.4 -
YUV 134.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 170 105 190 0.11 0.45 0 0.25 285.88 0.4 0.58
Hex AA 69 BE B 2D 0 19 11E 28 3A
Octal 252 151 276 13 55 0 31 436 50 72
Binary 10101010 1101001 10111110 1011 101101 0 11001 100011110 101000 111010

Color Harmonies of #AA69BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69BE

Black with #AA69BE

Text Example


Text Example

White with #AA69BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69BE; }

 p { color: rgb(170,105,190); }

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

background-color css

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

 a { background-color: rgb(170,105,190); }

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

border-color css

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

 span { border-color: rgb(170,105,190); }

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