Html Css Color HEX #A361C0 Deep Lilac

📋 copy color: '#A361C0'

red 163 ◦ green 97 ◦ blue 192

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

Shades of Deep Lilac #A361C0

Tints of Deep Lilac #A361C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.48%

R = 36.06%
G = 21.46%
B = 42.48%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A361C0 (or 0xA361C0) is known color: Deep Lilac. HEX triplet: A3, 61 and C0. RGB value is (163,97,192). Sum of RGB (Red+Green+Blue) = 163+97+192=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #A361C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361C0 is #5C9E3F. Grayscale: #7F7F7F. Windows color (decimal): -6069824 or 12607907. OLE color: 12607907.

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

Color convert

RGB 163 97 192 -
CMYK 0.15 0.49 0 0.25
HSL 281.68º 0.43% 0.57% -
HSV(B) 281.68º 0.49% 0.75% -
XYZ 28.89 20.14 52.23 -
YUV 127.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 163 97 192 0.15 0.49 0 0.25 281.68 0.43 0.57
Hex A3 61 C0 F 31 0 19 11A 2B 39
Octal 243 141 300 17 61 0 31 432 53 71
Binary 10100011 1100001 11000000 1111 110001 0 11001 100011010 101011 111001

Color Harmonies of #A361C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361C0

Black with #A361C0

Text Example


Text Example

White with #A361C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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