Html Css Color HEX #A068BA Deep Lilac

📋 copy color: '#A068BA'

red 160 ◦ green 104 ◦ blue 186

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

Shades of Deep Lilac #A068BA

Tints of Deep Lilac #A068BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.11%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 35.56%
G = 23.11%
B = 41.33%

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

#A068BA (or 0xA068BA) is known color: Deep Lilac. HEX triplet: A0, 68 and BA. RGB value is (160,104,186). Sum of RGB (Red+Green+Blue) = 160+104+186=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #A068BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068BA is #5F9745. Grayscale: #818181. Windows color (decimal): -6264646 or 12216480. OLE color: 12216480.

HSL color Cylindrical-coordinate representation of color #A068BA: hue angle of 280.98º degrees, saturation: 0.37, 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 #A068BA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 104 186 -
CMYK 0.14 0.44 0 0.27
HSL 280.98º 0.37% 0.57% -
HSV(B) 280.98º 0.44% 0.73% -
XYZ 28.31 20.92 49 -
YUV 130.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 160 104 186 0.14 0.44 0 0.27 280.98 0.37 0.57
Hex A0 68 BA E 2C 0 1B 119 25 39
Octal 240 150 272 16 54 0 33 431 45 71
Binary 10100000 1101000 10111010 1110 101100 0 11011 100011001 100101 111001

Color Harmonies of #A068BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068BA

Black with #A068BA

Text Example


Text Example

White with #A068BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068BA; }

 p { color: rgb(160,104,186); }

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

background-color css

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

 a { background-color: rgb(160,104,186); }

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

border-color css

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

 span { border-color: rgb(160,104,186); }

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