Html Css Color HEX #A068B9 Deep Lilac

📋 copy color: '#A068B9'

red 160 ◦ green 104 ◦ blue 185

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

Shades of Deep Lilac #A068B9

Tints of Deep Lilac #A068B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 35.63%
G = 23.16%
B = 41.2%

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

#A068B9 (or 0xA068B9) is known color: Deep Lilac. HEX triplet: A0, 68 and B9. RGB value is (160,104,185). Sum of RGB (Red+Green+Blue) = 160+104+185=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #A068B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068B9 is #5F9746. Grayscale: #818181. Windows color (decimal): -6264647 or 12150944. OLE color: 12150944.

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

Color convert

RGB 160 104 185 -
CMYK 0.14 0.44 0 0.27
HSL 281.48º 0.37% 0.57% -
HSV(B) 281.48º 0.44% 0.73% -
XYZ 28.2 20.88 48.44 -
YUV 129.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 160 104 185 0.14 0.44 0 0.27 281.48 0.37 0.57
Hex A0 68 B9 E 2C 0 1B 119 25 39
Octal 240 150 271 16 54 0 33 431 45 71
Binary 10100000 1101000 10111001 1110 101100 0 11011 100011001 100101 111001

Color Harmonies of #A068B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068B9

Black with #A068B9

Text Example


Text Example

White with #A068B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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