Html Css Color HEX #A361BE Deep Lilac

📋 copy color: '#A361BE'

red 163 ◦ green 97 ◦ blue 190

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

Shades of Deep Lilac #A361BE

Tints of Deep Lilac #A361BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 36.22%
G = 21.56%
B = 42.22%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A361BE (or 0xA361BE) is known color: Deep Lilac. HEX triplet: A3, 61 and BE. RGB value is (163,97,190). Sum of RGB (Red+Green+Blue) = 163+97+190=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #A361BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361BE is #5C9E41. Grayscale: #7F7F7F. Windows color (decimal): -6069826 or 12476835. OLE color: 12476835.

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

Color convert

RGB 163 97 190 -
CMYK 0.14 0.49 0 0.25
HSL 282.58º 0.42% 0.56% -
HSV(B) 282.58º 0.49% 0.75% -
XYZ 28.67 20.05 51.07 -
YUV 127.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 163 97 190 0.14 0.49 0 0.25 282.58 0.42 0.56
Hex A3 61 BE E 31 0 19 11B 2A 38
Octal 243 141 276 16 61 0 31 433 52 70
Binary 10100011 1100001 10111110 1110 110001 0 11001 100011011 101010 111000

Color Harmonies of #A361BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361BE

Black with #A361BE

Text Example


Text Example

White with #A361BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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