Html Css Color HEX #A365BF Deep Lilac

📋 copy color: '#A365BF'

red 163 ◦ green 101 ◦ blue 191

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

Shades of Deep Lilac #A365BF

Tints of Deep Lilac #A365BF

RGB

 RED value IS 163 (64.06% from 255) = 35.82%

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

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

R = 35.82%
G = 22.2%
B = 41.98%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A365BF (or 0xA365BF) is known color: Deep Lilac. HEX triplet: A3, 65 and BF. RGB value is (163,101,191). Sum of RGB (Red+Green+Blue) = 163+101+191=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #A365BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365BF is #5C9A40. Grayscale: #818181. Windows color (decimal): -6068801 or 12543395. OLE color: 12543395.

HSL color Cylindrical-coordinate representation of color #A365BF: hue angle of 281.33º 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 #A365BF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 101 191 -
CMYK 0.15 0.47 0 0.25
HSL 281.33º 0.41% 0.57% -
HSV(B) 281.33º 0.47% 0.75% -
XYZ 29.16 20.86 51.78 -
YUV 129.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 163 101 191 0.15 0.47 0 0.25 281.33 0.41 0.57
Hex A3 65 BF F 2F 0 19 119 29 39
Octal 243 145 277 17 57 0 31 431 51 71
Binary 10100011 1100101 10111111 1111 101111 0 11001 100011001 101001 111001

Color Harmonies of #A365BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A365BF

Black with #A365BF

Text Example


Text Example

White with #A365BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A365BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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