Html Css Color HEX #A365BA Deep Lilac

📋 copy color: '#A365BA'

red 163 ◦ green 101 ◦ blue 186

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

Shades of Deep Lilac #A365BA

Tints of Deep Lilac #A365BA

RGB

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

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

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

R = 36.22%
G = 22.44%
B = 41.33%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A365BA (or 0xA365BA) is known color: Deep Lilac. HEX triplet: A3, 65 and BA. RGB value is (163,101,186). Sum of RGB (Red+Green+Blue) = 163+101+186=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 101 (39.84% from 255 or 22.44% 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 #A365BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365BA is #5C9A45. Grayscale: #808080. Windows color (decimal): -6068806 or 12215715. OLE color: 12215715.

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

Color convert

RGB 163 101 186 -
CMYK 0.12 0.46 0 0.27
HSL 283.76º 0.38% 0.56% -
HSV(B) 283.76º 0.46% 0.73% -
XYZ 28.62 20.64 48.93 -
YUV 129.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 163 101 186 0.12 0.46 0 0.27 283.76 0.38 0.56
Hex A3 65 BA C 2E 0 1B 11C 26 38
Octal 243 145 272 14 56 0 33 434 46 70
Binary 10100011 1100101 10111010 1100 101110 0 11011 100011100 100110 111000

Color Harmonies of #A365BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A365BA

Black with #A365BA

Text Example


Text Example

White with #A365BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A365BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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