Html Css Color HEX #A068BC Deep Lilac

📋 copy color: '#A068BC'

red 160 ◦ green 104 ◦ blue 188

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

Shades of Deep Lilac #A068BC

Tints of Deep Lilac #A068BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 35.4%
G = 23.01%
B = 41.59%

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

#A068BC (or 0xA068BC) is known color: Deep Lilac. HEX triplet: A0, 68 and BC. RGB value is (160,104,188). Sum of RGB (Red+Green+Blue) = 160+104+188=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #A068BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068BC is #5F9743. Grayscale: #828282. Windows color (decimal): -6264644 or 12347552. OLE color: 12347552.

HSL color Cylindrical-coordinate representation of color #A068BC: hue angle of 280º 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 #A068BC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 104 188 -
CMYK 0.15 0.45 0 0.26
HSL 280º 0.39% 0.57% -
HSV(B) 280º 0.45% 0.74% -
XYZ 28.52 21.01 50.13 -
YUV 130.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 160 104 188 0.15 0.45 0 0.26 280 0.39 0.57
Hex A0 68 BC F 2D 0 1A 118 27 39
Octal 240 150 274 17 55 0 32 430 47 71
Binary 10100000 1101000 10111100 1111 101101 0 11010 100011000 100111 111001

Color Harmonies of #A068BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068BC

Black with #A068BC

Text Example


Text Example

White with #A068BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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