Html Css Color HEX #A345BC Deep Lilac

📋 copy color: '#A345BC'

red 163 ◦ green 69 ◦ blue 188

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

Shades of Deep Lilac #A345BC

Tints of Deep Lilac #A345BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.76%

R = 38.81%
G = 16.43%
B = 44.76%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A345BC (or 0xA345BC) is known color: Deep Lilac. HEX triplet: A3, 45 and BC. RGB value is (163,69,188). Sum of RGB (Red+Green+Blue) = 163+69+188=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #A345BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345BC is #5CBA43. Grayscale: #6E6E6E. Windows color (decimal): -6076996 or 12338595. OLE color: 12338595.

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

Color convert

RGB 163 69 188 -
CMYK 0.13 0.63 0 0.26
HSL 287.4º 0.47% 0.5% -
HSV(B) 287.4º 0.63% 0.74% -
XYZ 26.31 15.67 49.22 -
YUV 110.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 163 69 188 0.13 0.63 0 0.26 287.4 0.47 0.5
Hex A3 45 BC D 3F 0 1A 11F 2F 32
Octal 243 105 274 15 77 0 32 437 57 62
Binary 10100011 1000101 10111100 1101 111111 0 11010 100011111 101111 110010

Color Harmonies of #A345BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A345BC

Black with #A345BC

Text Example


Text Example

White with #A345BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A345BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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