Html Css Color HEX #A34DD1 Deep Lilac

📋 copy color: '#A34DD1'

red 163 ◦ green 77 ◦ blue 209

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

Shades of Deep Lilac #A34DD1

Tints of Deep Lilac #A34DD1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.15%

 BLUE value IS 209 (82.03% from 255) = 46.55%

R = 36.3%
G = 17.15%
B = 46.55%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A34DD1 (or 0xA34DD1) is known color: Deep Lilac. HEX triplet: A3, 4D and D1. RGB value is (163,77,209). Sum of RGB (Red+Green+Blue) = 163+77+209=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #A34DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DD1 is #5CB22E. Grayscale: #757575. Windows color (decimal): -6074927 or 13716899. OLE color: 13716899.

HSL color Cylindrical-coordinate representation of color #A34DD1: hue angle of 279.09º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34DD1 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 77 209 -
CMYK 0.22 0.63 0 0.18
HSL 279.09º 0.59% 0.56% -
HSV(B) 279.09º 0.63% 0.82% -
XYZ 29.27 17.7 62.2 -
YUV 117.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 163 77 209 0.22 0.63 0 0.18 279.09 0.59 0.56
Hex A3 4D D1 16 3F 0 12 117 3B 38
Octal 243 115 321 26 77 0 22 427 73 70
Binary 10100011 1001101 11010001 10110 111111 0 10010 100010111 111011 111000

Color Harmonies of #A34DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34DD1

Black with #A34DD1

Text Example


Text Example

White with #A34DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34DD1; }

 p { color: rgb(163,77,209); }

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

background-color css

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

 a { background-color: rgb(163,77,209); }

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

border-color css

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

 span { border-color: rgb(163,77,209); }

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