Html Css Color HEX #A368B9 Deep Lilac

📋 copy color: '#A368B9'

red 163 ◦ green 104 ◦ blue 185

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

Shades of Deep Lilac #A368B9

Tints of Deep Lilac #A368B9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.01%

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

R = 36.06%
G = 23.01%
B = 40.93%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A368B9 (or 0xA368B9) is known color: Deep Lilac. HEX triplet: A3, 68 and B9. RGB value is (163,104,185). Sum of RGB (Red+Green+Blue) = 163+104+185=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #A368B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368B9 is #5C9746. Grayscale: #828282. Windows color (decimal): -6068039 or 12150947. OLE color: 12150947.

HSL color Cylindrical-coordinate representation of color #A368B9: hue angle of 283.7º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A368B9 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 104 185 -
CMYK 0.12 0.44 0 0.27
HSL 283.7º 0.37% 0.57% -
HSV(B) 283.7º 0.44% 0.73% -
XYZ 28.81 21.19 48.47 -
YUV 130.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 163 104 185 0.12 0.44 0 0.27 283.7 0.37 0.57
Hex A3 68 B9 C 2C 0 1B 11C 25 39
Octal 243 150 271 14 54 0 33 434 45 71
Binary 10100011 1101000 10111001 1100 101100 0 11011 100011100 100101 111001

Color Harmonies of #A368B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368B9

Black with #A368B9

Text Example


Text Example

White with #A368B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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