Html Css Color HEX #A344BD Deep Lilac

📋 copy color: '#A344BD'

red 163 ◦ green 68 ◦ blue 189

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

Shades of Deep Lilac #A344BD

Tints of Deep Lilac #A344BD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.19%

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

R = 38.81%
G = 16.19%
B = 45%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A344BD (or 0xA344BD) is known color: Deep Lilac. HEX triplet: A3, 44 and BD. RGB value is (163,68,189). Sum of RGB (Red+Green+Blue) = 163+68+189=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #A344BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344BD is #5CBB42. Grayscale: #6D6D6D. Windows color (decimal): -6077251 or 12403875. OLE color: 12403875.

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

Color convert

RGB 163 68 189 -
CMYK 0.14 0.64 0 0.26
HSL 287.11º 0.48% 0.5% -
HSV(B) 287.11º 0.64% 0.74% -
XYZ 26.36 15.59 49.77 -
YUV 110.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 163 68 189 0.14 0.64 0 0.26 287.11 0.48 0.5
Hex A3 44 BD E 40 0 1A 11F 30 32
Octal 243 104 275 16 100 0 32 437 60 62
Binary 10100011 1000100 10111101 1110 1000000 0 11010 100011111 110000 110010

Color Harmonies of #A344BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A344BD

Black with #A344BD

Text Example


Text Example

White with #A344BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A344BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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