Html Css Color HEX #A360B7 Deep Lilac

📋 copy color: '#A360B7'

red 163 ◦ green 96 ◦ blue 183

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

Shades of Deep Lilac #A360B7

Tints of Deep Lilac #A360B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.4%

R = 36.88%
G = 21.72%
B = 41.4%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A360B7 (or 0xA360B7) is known color: Deep Lilac. HEX triplet: A3, 60 and B7. RGB value is (163,96,183). Sum of RGB (Red+Green+Blue) = 163+96+183=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #A360B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360B7 is #5C9F48. Grayscale: #7D7D7D. Windows color (decimal): -6070089 or 12017827. OLE color: 12017827.

HSL color Cylindrical-coordinate representation of color #A360B7: hue angle of 286.21º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A360B7 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 96 183 -
CMYK 0.11 0.48 0 0.28
HSL 286.21º 0.38% 0.55% -
HSV(B) 286.21º 0.48% 0.72% -
XYZ 27.83 19.57 47.11 -
YUV 125.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 163 96 183 0.11 0.48 0 0.28 286.21 0.38 0.55
Hex A3 60 B7 B 30 0 1C 11E 26 37
Octal 243 140 267 13 60 0 34 436 46 67
Binary 10100011 1100000 10110111 1011 110000 0 11100 100011110 100110 110111

Color Harmonies of #A360B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360B7

Black with #A360B7

Text Example


Text Example

White with #A360B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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