Html Css Color HEX #A167BA Deep Lilac

📋 copy color: '#A167BA'

red 161 ◦ green 103 ◦ blue 186

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

Shades of Deep Lilac #A167BA

Tints of Deep Lilac #A167BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 35.78%
G = 22.89%
B = 41.33%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A167BA (or 0xA167BA) is known color: Deep Lilac. HEX triplet: A1, 67 and BA. RGB value is (161,103,186). Sum of RGB (Red+Green+Blue) = 161+103+186=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #A167BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167BA is #5E9845. Grayscale: #818181. Windows color (decimal): -6199366 or 12216225. OLE color: 12216225.

HSL color Cylindrical-coordinate representation of color #A167BA: hue angle of 281.93º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A167BA is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 103 186 -
CMYK 0.13 0.45 0 0.27
HSL 281.93º 0.38% 0.57% -
HSV(B) 281.93º 0.45% 0.73% -
XYZ 28.41 20.82 48.98 -
YUV 129.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 161 103 186 0.13 0.45 0 0.27 281.93 0.38 0.57
Hex A1 67 BA D 2D 0 1B 11A 26 39
Octal 241 147 272 15 55 0 33 432 46 71
Binary 10100001 1100111 10111010 1101 101101 0 11011 100011010 100110 111001

Color Harmonies of #A167BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167BA

Black with #A167BA

Text Example


Text Example

White with #A167BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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