Html Css Color HEX #A069BB Deep Lilac

📋 copy color: '#A069BB'

red 160 ◦ green 105 ◦ blue 187

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

Shades of Deep Lilac #A069BB

Tints of Deep Lilac #A069BB

RGB

 RED value IS 160 (62.89% from 255) = 35.4%

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 35.4%
G = 23.23%
B = 41.37%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A069BB (or 0xA069BB) is known color: Deep Lilac. HEX triplet: A0, 69 and BB. RGB value is (160,105,187). Sum of RGB (Red+Green+Blue) = 160+105+187=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #A069BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069BB is #5F9644. Grayscale: #828282. Windows color (decimal): -6264389 or 12282272. OLE color: 12282272.

HSL color Cylindrical-coordinate representation of color #A069BB: hue angle of 280.24º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A069BB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 105 187 -
CMYK 0.14 0.44 0 0.27
HSL 280.24º 0.38% 0.57% -
HSV(B) 280.24º 0.44% 0.73% -
XYZ 28.52 21.16 49.6 -
YUV 130.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 160 105 187 0.14 0.44 0 0.27 280.24 0.38 0.57
Hex A0 69 BB E 2C 0 1B 118 26 39
Octal 240 151 273 16 54 0 33 430 46 71
Binary 10100000 1101001 10111011 1110 101100 0 11011 100011000 100110 111001

Color Harmonies of #A069BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069BB

Black with #A069BB

Text Example


Text Example

White with #A069BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069BB; }

 p { color: rgb(160,105,187); }

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

background-color css

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

 a { background-color: rgb(160,105,187); }

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

border-color css

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

 span { border-color: rgb(160,105,187); }

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