Html Css Color HEX #A345BD Deep Lilac

📋 copy color: '#A345BD'

red 163 ◦ green 69 ◦ blue 189

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

Shades of Deep Lilac #A345BD

Tints of Deep Lilac #A345BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 38.72%
G = 16.39%
B = 44.89%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A345BD (or 0xA345BD) is known color: Deep Lilac. HEX triplet: A3, 45 and BD. RGB value is (163,69,189). Sum of RGB (Red+Green+Blue) = 163+69+189=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #A345BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345BD is #5CBA42. Grayscale: #6E6E6E. Windows color (decimal): -6076995 or 12404131. OLE color: 12404131.

HSL color Cylindrical-coordinate representation of color #A345BD: hue angle of 287º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A345BD is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 69 189 -
CMYK 0.14 0.63 0 0.26
HSL 287º 0.48% 0.51% -
HSV(B) 287º 0.63% 0.74% -
XYZ 26.42 15.72 49.79 -
YUV 110.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 163 69 189 0.14 0.63 0 0.26 287 0.48 0.51
Hex A3 45 BD E 3F 0 1A 11F 30 33
Octal 243 105 275 16 77 0 32 437 60 63
Binary 10100011 1000101 10111101 1110 111111 0 11010 100011111 110000 110011

Color Harmonies of #A345BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A345BD

Black with #A345BD

Text Example


Text Example

White with #A345BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A345BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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