Html Css Color HEX #A168BC Deep Lilac

📋 copy color: '#A168BC'

red 161 ◦ green 104 ◦ blue 188

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

Shades of Deep Lilac #A168BC

Tints of Deep Lilac #A168BC

RGB

 RED value IS 161 (63.28% from 255) = 35.54%

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

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

R = 35.54%
G = 22.96%
B = 41.5%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A168BC (or 0xA168BC) is known color: Deep Lilac. HEX triplet: A1, 68 and BC. RGB value is (161,104,188). Sum of RGB (Red+Green+Blue) = 161+104+188=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #A168BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168BC is #5E9743. Grayscale: #828282. Windows color (decimal): -6199108 or 12347553. OLE color: 12347553.

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

Color convert

RGB 161 104 188 -
CMYK 0.14 0.45 0 0.26
HSL 280.71º 0.39% 0.57% -
HSV(B) 280.71º 0.45% 0.74% -
XYZ 28.73 21.11 50.14 -
YUV 130.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 161 104 188 0.14 0.45 0 0.26 280.71 0.39 0.57
Hex A1 68 BC E 2D 0 1A 119 27 39
Octal 241 150 274 16 55 0 32 431 47 71
Binary 10100001 1101000 10111100 1110 101101 0 11010 100011001 100111 111001

Color Harmonies of #A168BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168BC

Black with #A168BC

Text Example


Text Example

White with #A168BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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