Html Css Color HEX #AA69B7 Deep Lilac

📋 copy color: '#AA69B7'

red 170 ◦ green 105 ◦ blue 183

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

Shades of Deep Lilac #AA69B7

Tints of Deep Lilac #AA69B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.96%

R = 37.12%
G = 22.93%
B = 39.96%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA69B7 (or 0xAA69B7) is known color: Deep Lilac. HEX triplet: AA, 69 and B7. RGB value is (170,105,183). Sum of RGB (Red+Green+Blue) = 170+105+183=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA69B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69B7 is #559648. Grayscale: #858585. Windows color (decimal): -5609033 or 12020138. OLE color: 12020138.

HSL color Cylindrical-coordinate representation of color #AA69B7: hue angle of 290º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA69B7 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 105 183 -
CMYK 0.07 0.43 0 0.28
HSL 290º 0.35% 0.56% -
HSV(B) 290º 0.43% 0.72% -
XYZ 30.18 22.07 47.47 -
YUV 133.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 170 105 183 0.07 0.43 0 0.28 290 0.35 0.56
Hex AA 69 B7 7 2B 0 1C 122 23 38
Octal 252 151 267 7 53 0 34 442 43 70
Binary 10101010 1101001 10110111 111 101011 0 11100 100100010 100011 111000

Color Harmonies of #AA69B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69B7

Black with #AA69B7

Text Example


Text Example

White with #AA69B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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