Html Css Color HEX #A068BD Deep Lilac

📋 copy color: '#A068BD'

red 160 ◦ green 104 ◦ blue 189

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

Shades of Deep Lilac #A068BD

Tints of Deep Lilac #A068BD

RGB

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

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

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

R = 35.32%
G = 22.96%
B = 41.72%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A068BD (or 0xA068BD) is known color: Deep Lilac. HEX triplet: A0, 68 and BD. RGB value is (160,104,189). Sum of RGB (Red+Green+Blue) = 160+104+189=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #A068BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068BD is #5F9742. Grayscale: #828282. Windows color (decimal): -6264643 or 12413088. OLE color: 12413088.

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

Color convert

RGB 160 104 189 -
CMYK 0.15 0.45 0 0.26
HSL 279.53º 0.39% 0.57% -
HSV(B) 279.53º 0.45% 0.74% -
XYZ 28.63 21.05 50.7 -
YUV 130.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 160 104 189 0.15 0.45 0 0.26 279.53 0.39 0.57
Hex A0 68 BD F 2D 0 1A 118 27 39
Octal 240 150 275 17 55 0 32 430 47 71
Binary 10100000 1101000 10111101 1111 101101 0 11010 100011000 100111 111001

Color Harmonies of #A068BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068BD

Black with #A068BD

Text Example


Text Example

White with #A068BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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