Html Css Color HEX #A360B9 Deep Lilac

📋 copy color: '#A360B9'

red 163 ◦ green 96 ◦ blue 185

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

Shades of Deep Lilac #A360B9

Tints of Deep Lilac #A360B9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.62%

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 36.71%
G = 21.62%
B = 41.67%

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

#A360B9 (or 0xA360B9) is known color: Deep Lilac. HEX triplet: A3, 60 and B9. RGB value is (163,96,185). Sum of RGB (Red+Green+Blue) = 163+96+185=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #A360B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360B9 is #5C9F46. Grayscale: #7D7D7D. Windows color (decimal): -6070087 or 12148899. OLE color: 12148899.

HSL color Cylindrical-coordinate representation of color #A360B9: hue angle of 285.17º 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 #A360B9 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 96 185 -
CMYK 0.12 0.48 0 0.27
HSL 285.17º 0.39% 0.55% -
HSV(B) 285.17º 0.48% 0.73% -
XYZ 28.04 19.66 48.21 -
YUV 126.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 163 96 185 0.12 0.48 0 0.27 285.17 0.39 0.55
Hex A3 60 B9 C 30 0 1B 11D 27 37
Octal 243 140 271 14 60 0 33 435 47 67
Binary 10100011 1100000 10111001 1100 110000 0 11011 100011101 100111 110111

Color Harmonies of #A360B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360B9

Black with #A360B9

Text Example


Text Example

White with #A360B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360B9; }

 p { color: rgb(163,96,185); }

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

background-color css

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

 a { background-color: rgb(163,96,185); }

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

border-color css

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

 span { border-color: rgb(163,96,185); }

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