Html Css Color HEX #A069BD Deep Lilac

📋 copy color: '#A069BD'

red 160 ◦ green 105 ◦ blue 189

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

Shades of Deep Lilac #A069BD

Tints of Deep Lilac #A069BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 35.24%
G = 23.13%
B = 41.63%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A069BD (or 0xA069BD) is known color: Deep Lilac. HEX triplet: A0, 69 and BD. RGB value is (160,105,189). Sum of RGB (Red+Green+Blue) = 160+105+189=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #A069BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069BD is #5F9642. Grayscale: #828282. Windows color (decimal): -6264387 or 12413344. OLE color: 12413344.

HSL color Cylindrical-coordinate representation of color #A069BD: hue angle of 279.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A069BD is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 105 189 -
CMYK 0.15 0.44 0 0.26
HSL 279.29º 0.39% 0.58% -
HSV(B) 279.29º 0.44% 0.74% -
XYZ 28.73 21.25 50.73 -
YUV 131.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 160 105 189 0.15 0.44 0 0.26 279.29 0.39 0.58
Hex A0 69 BD F 2C 0 1A 117 27 3A
Octal 240 151 275 17 54 0 32 427 47 72
Binary 10100000 1101001 10111101 1111 101100 0 11010 100010111 100111 111010

Color Harmonies of #A069BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069BD

Black with #A069BD

Text Example


Text Example

White with #A069BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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