Html Css Color HEX #A361BA Deep Lilac

📋 copy color: '#A361BA'

red 163 ◦ green 97 ◦ blue 186

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

Shades of Deep Lilac #A361BA

Tints of Deep Lilac #A361BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

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

R = 36.55%
G = 21.75%
B = 41.7%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A361BA (or 0xA361BA) is known color: Deep Lilac. HEX triplet: A3, 61 and BA. RGB value is (163,97,186). Sum of RGB (Red+Green+Blue) = 163+97+186=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #A361BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361BA is #5C9E45. Grayscale: #7E7E7E. Windows color (decimal): -6069830 or 12214691. OLE color: 12214691.

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

Color convert

RGB 163 97 186 -
CMYK 0.12 0.48 0 0.27
HSL 284.49º 0.39% 0.55% -
HSV(B) 284.49º 0.48% 0.73% -
XYZ 28.24 19.88 48.8 -
YUV 126.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 163 97 186 0.12 0.48 0 0.27 284.49 0.39 0.55
Hex A3 61 BA C 30 0 1B 11C 27 37
Octal 243 141 272 14 60 0 33 434 47 67
Binary 10100011 1100001 10111010 1100 110000 0 11011 100011100 100111 110111

Color Harmonies of #A361BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361BA

Black with #A361BA

Text Example


Text Example

White with #A361BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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