Html Css Color HEX #A34DCF Deep Lilac

📋 copy color: '#A34DCF'

red 163 ◦ green 77 ◦ blue 207

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

Shades of Deep Lilac #A34DCF

Tints of Deep Lilac #A34DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 36.47%
G = 17.23%
B = 46.31%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A34DCF (or 0xA34DCF) is known color: Deep Lilac. HEX triplet: A3, 4D and CF. RGB value is (163,77,207). Sum of RGB (Red+Green+Blue) = 163+77+207=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #A34DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DCF is #5CB230. Grayscale: #757575. Windows color (decimal): -6074929 or 13585827. OLE color: 13585827.

HSL color Cylindrical-coordinate representation of color #A34DCF: hue angle of 279.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34DCF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 77 207 -
CMYK 0.21 0.63 0 0.19
HSL 279.69º 0.58% 0.56% -
HSV(B) 279.69º 0.63% 0.81% -
XYZ 29.02 17.6 60.9 -
YUV 117.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 163 77 207 0.21 0.63 0 0.19 279.69 0.58 0.56
Hex A3 4D CF 15 3F 0 13 118 3A 38
Octal 243 115 317 25 77 0 23 430 72 70
Binary 10100011 1001101 11001111 10101 111111 0 10011 100011000 111010 111000

Color Harmonies of #A34DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34DCF

Black with #A34DCF

Text Example


Text Example

White with #A34DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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