Html Css Color HEX #A346BC Deep Lilac

📋 copy color: '#A346BC'

red 163 ◦ green 70 ◦ blue 188

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

Shades of Deep Lilac #A346BC

Tints of Deep Lilac #A346BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.63%

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

R = 38.72%
G = 16.63%
B = 44.66%

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

#A346BC (or 0xA346BC) is known color: Deep Lilac. HEX triplet: A3, 46 and BC. RGB value is (163,70,188). Sum of RGB (Red+Green+Blue) = 163+70+188=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #A346BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A346BC is #5CB943. Grayscale: #6E6E6E. Windows color (decimal): -6076740 or 12338851. OLE color: 12338851.

HSL color Cylindrical-coordinate representation of color #A346BC: hue angle of 287.29º degrees, saturation: 0.47, 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 #A346BC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 70 188 -
CMYK 0.13 0.63 0 0.26
HSL 287.29º 0.47% 0.51% -
HSV(B) 287.29º 0.63% 0.74% -
XYZ 26.37 15.8 49.24 -
YUV 111.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 163 70 188 0.13 0.63 0 0.26 287.29 0.47 0.51
Hex A3 46 BC D 3F 0 1A 11F 2F 33
Octal 243 106 274 15 77 0 32 437 57 63
Binary 10100011 1000110 10111100 1101 111111 0 11010 100011111 101111 110011

Color Harmonies of #A346BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A346BC

Black with #A346BC

Text Example


Text Example

White with #A346BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A346BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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