Html Css Color HEX #A361BD Deep Lilac

📋 copy color: '#A361BD'

red 163 ◦ green 97 ◦ blue 189

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

Shades of Deep Lilac #A361BD

Tints of Deep Lilac #A361BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 36.3%
G = 21.6%
B = 42.09%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A361BD (or 0xA361BD) is known color: Deep Lilac. HEX triplet: A3, 61 and BD. RGB value is (163,97,189). Sum of RGB (Red+Green+Blue) = 163+97+189=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #A361BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361BD is #5C9E42. Grayscale: #7E7E7E. Windows color (decimal): -6069827 or 12411299. OLE color: 12411299.

HSL color Cylindrical-coordinate representation of color #A361BD: hue angle of 283.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A361BD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 97 189 -
CMYK 0.14 0.49 0 0.26
HSL 283.04º 0.41% 0.56% -
HSV(B) 283.04º 0.49% 0.74% -
XYZ 28.56 20.01 50.5 -
YUV 127.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 163 97 189 0.14 0.49 0 0.26 283.04 0.41 0.56
Hex A3 61 BD E 31 0 1A 11B 29 38
Octal 243 141 275 16 61 0 32 433 51 70
Binary 10100011 1100001 10111101 1110 110001 0 11010 100011011 101001 111000

Color Harmonies of #A361BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361BD

Black with #A361BD

Text Example


Text Example

White with #A361BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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