Html Css Color HEX #A165BF Deep Lilac

📋 copy color: '#A165BF'

red 161 ◦ green 101 ◦ blue 191

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

Shades of Deep Lilac #A165BF

Tints of Deep Lilac #A165BF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.3%

 BLUE value IS 191 (75% from 255) = 42.16%

R = 35.54%
G = 22.3%
B = 42.16%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A165BF (or 0xA165BF) is known color: Deep Lilac. HEX triplet: A1, 65 and BF. RGB value is (161,101,191). Sum of RGB (Red+Green+Blue) = 161+101+191=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #A165BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165BF is #5E9A40. Grayscale: #808080. Windows color (decimal): -6199873 or 12543393. OLE color: 12543393.

HSL color Cylindrical-coordinate representation of color #A165BF: hue angle of 280º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A165BF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 101 191 -
CMYK 0.16 0.47 0 0.25
HSL 280º 0.41% 0.57% -
HSV(B) 280º 0.47% 0.75% -
XYZ 28.76 20.65 51.76 -
YUV 129.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 161 101 191 0.16 0.47 0 0.25 280 0.41 0.57
Hex A1 65 BF 10 2F 0 19 118 29 39
Octal 241 145 277 20 57 0 31 430 51 71
Binary 10100001 1100101 10111111 10000 101111 0 11001 100011000 101001 111001

Color Harmonies of #A165BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165BF

Black with #A165BF

Text Example


Text Example

White with #A165BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165BF; }

 p { color: rgb(161,101,191); }

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

background-color css

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

 a { background-color: rgb(161,101,191); }

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

border-color css

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

 span { border-color: rgb(161,101,191); }

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