Html Css Color HEX #A360BB Deep Lilac

📋 copy color: '#A360BB'

red 163 ◦ green 96 ◦ blue 187

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

Shades of Deep Lilac #A360BB

Tints of Deep Lilac #A360BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 36.55%
G = 21.52%
B = 41.93%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A360BB (or 0xA360BB) is known color: Deep Lilac. HEX triplet: A3, 60 and BB. RGB value is (163,96,187). Sum of RGB (Red+Green+Blue) = 163+96+187=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #A360BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360BB is #5C9F44. Grayscale: #7E7E7E. Windows color (decimal): -6070085 or 12279971. OLE color: 12279971.

HSL color Cylindrical-coordinate representation of color #A360BB: hue angle of 284.18º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A360BB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 96 187 -
CMYK 0.13 0.49 0 0.27
HSL 284.18º 0.4% 0.55% -
HSV(B) 284.18º 0.49% 0.73% -
XYZ 28.26 19.74 49.33 -
YUV 126.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 163 96 187 0.13 0.49 0 0.27 284.18 0.4 0.55
Hex A3 60 BB D 31 0 1B 11C 28 37
Octal 243 140 273 15 61 0 33 434 50 67
Binary 10100011 1100000 10111011 1101 110001 0 11011 100011100 101000 110111

Color Harmonies of #A360BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360BB

Black with #A360BB

Text Example


Text Example

White with #A360BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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