Html Css Color HEX #A345C1 Deep Lilac

📋 copy color: '#A345C1'

red 163 ◦ green 69 ◦ blue 193

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

Shades of Deep Lilac #A345C1

Tints of Deep Lilac #A345C1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.24%

 BLUE value IS 193 (75.78% from 255) = 45.41%

R = 38.35%
G = 16.24%
B = 45.41%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A345C1 (or 0xA345C1) is known color: Deep Lilac. HEX triplet: A3, 45 and C1. RGB value is (163,69,193). Sum of RGB (Red+Green+Blue) = 163+69+193=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #A345C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345C1 is #5CBA3E. Grayscale: #6E6E6E. Windows color (decimal): -6076991 or 12666275. OLE color: 12666275.

HSL color Cylindrical-coordinate representation of color #A345C1: hue angle of 285.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A345C1 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 69 193 -
CMYK 0.16 0.64 0 0.24
HSL 285.48º 0.5% 0.51% -
HSV(B) 285.48º 0.64% 0.76% -
XYZ 26.86 15.89 52.1 -
YUV 111.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 163 69 193 0.16 0.64 0 0.24 285.48 0.5 0.51
Hex A3 45 C1 10 40 0 18 11D 32 33
Octal 243 105 301 20 100 0 30 435 62 63
Binary 10100011 1000101 11000001 10000 1000000 0 11000 100011101 110010 110011

Color Harmonies of #A345C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A345C1

Black with #A345C1

Text Example


Text Example

White with #A345C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A345C1; }

 p { color: rgb(163,69,193); }

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

background-color css

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

 a { background-color: rgb(163,69,193); }

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

border-color css

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

 span { border-color: rgb(163,69,193); }

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