Html Css Color HEX #A167B7 Deep Lilac

📋 copy color: '#A167B7'

red 161 ◦ green 103 ◦ blue 183

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

Shades of Deep Lilac #A167B7

Tints of Deep Lilac #A167B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.94%

R = 36.02%
G = 23.04%
B = 40.94%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A167B7 (or 0xA167B7) is known color: Deep Lilac. HEX triplet: A1, 67 and B7. RGB value is (161,103,183). Sum of RGB (Red+Green+Blue) = 161+103+183=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 183 - color contains mainly: blue. Hex color #A167B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167B7 is #5E9848. Grayscale: #818181. Windows color (decimal): -6199369 or 12019617. OLE color: 12019617.

HSL color Cylindrical-coordinate representation of color #A167B7: hue angle of 283.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A167B7 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 103 183 -
CMYK 0.12 0.44 0 0.28
HSL 283.5º 0.36% 0.56% -
HSV(B) 283.5º 0.44% 0.72% -
XYZ 28.1 20.7 47.31 -
YUV 129.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 161 103 183 0.12 0.44 0 0.28 283.5 0.36 0.56
Hex A1 67 B7 C 2C 0 1C 11C 24 38
Octal 241 147 267 14 54 0 34 434 44 70
Binary 10100001 1100111 10110111 1100 101100 0 11100 100011100 100100 111000

Color Harmonies of #A167B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167B7

Black with #A167B7

Text Example


Text Example

White with #A167B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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