Html Css Color HEX #A167BC Deep Lilac

📋 copy color: '#A167BC'

red 161 ◦ green 103 ◦ blue 188

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

Shades of Deep Lilac #A167BC

Tints of Deep Lilac #A167BC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.79%

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

R = 35.62%
G = 22.79%
B = 41.59%

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

#A167BC (or 0xA167BC) is known color: Deep Lilac. HEX triplet: A1, 67 and BC. RGB value is (161,103,188). Sum of RGB (Red+Green+Blue) = 161+103+188=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 103 (40.62% from 255 or 22.79% 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 #A167BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167BC is #5E9843. Grayscale: #818181. Windows color (decimal): -6199364 or 12347297. OLE color: 12347297.

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

Color convert

RGB 161 103 188 -
CMYK 0.14 0.45 0 0.26
HSL 280.94º 0.39% 0.57% -
HSV(B) 280.94º 0.45% 0.74% -
XYZ 28.63 20.91 50.1 -
YUV 130.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 161 103 188 0.14 0.45 0 0.26 280.94 0.39 0.57
Hex A1 67 BC E 2D 0 1A 119 27 39
Octal 241 147 274 16 55 0 32 431 47 71
Binary 10100001 1100111 10111100 1110 101101 0 11010 100011001 100111 111001

Color Harmonies of #A167BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167BC

Black with #A167BC

Text Example


Text Example

White with #A167BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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