Html Css Color HEX #A34DC9 Deep Lilac

📋 copy color: '#A34DC9'

red 163 ◦ green 77 ◦ blue 201

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

Shades of Deep Lilac #A34DC9

Tints of Deep Lilac #A34DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 36.96%
G = 17.46%
B = 45.58%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A34DC9 (or 0xA34DC9) is known color: Deep Lilac. HEX triplet: A3, 4D and C9. RGB value is (163,77,201). Sum of RGB (Red+Green+Blue) = 163+77+201=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #A34DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DC9 is #5CB236. Grayscale: #747474. Windows color (decimal): -6074935 or 13192611. OLE color: 13192611.

HSL color Cylindrical-coordinate representation of color #A34DC9: hue angle of 281.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A34DC9 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 77 201 -
CMYK 0.19 0.62 0 0.21
HSL 281.61º 0.53% 0.55% -
HSV(B) 281.61º 0.62% 0.79% -
XYZ 28.3 17.31 57.11 -
YUV 116.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 163 77 201 0.19 0.62 0 0.21 281.61 0.53 0.55
Hex A3 4D C9 13 3E 0 15 11A 35 37
Octal 243 115 311 23 76 0 25 432 65 67
Binary 10100011 1001101 11001001 10011 111110 0 10101 100011010 110101 110111

Color Harmonies of #A34DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34DC9

Black with #A34DC9

Text Example


Text Example

White with #A34DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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