Html Css Color HEX #A34DBF Deep Lilac

📋 copy color: '#A34DBF'

red 163 ◦ green 77 ◦ blue 191

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

Shades of Deep Lilac #A34DBF

Tints of Deep Lilac #A34DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 37.82%
G = 17.87%
B = 44.32%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A34DBF (or 0xA34DBF) is known color: Deep Lilac. HEX triplet: A3, 4D and BF. RGB value is (163,77,191). Sum of RGB (Red+Green+Blue) = 163+77+191=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #A34DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DBF is #5CB240. Grayscale: #737373. Windows color (decimal): -6074945 or 12537251. OLE color: 12537251.

HSL color Cylindrical-coordinate representation of color #A34DBF: hue angle of 285.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34DBF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 77 191 -
CMYK 0.15 0.60 0 0.25
HSL 285.26º 0.47% 0.53% -
HSV(B) 285.26º 0.6% 0.75% -
XYZ 27.16 16.86 51.11 -
YUV 115.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 163 77 191 0.15 0.60 0 0.25 285.26 0.47 0.53
Hex A3 4D BF F 3C 0 19 11D 2F 35
Octal 243 115 277 17 74 0 31 435 57 65
Binary 10100011 1001101 10111111 1111 111100 0 11001 100011101 101111 110101

Color Harmonies of #A34DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34DBF

Black with #A34DBF

Text Example


Text Example

White with #A34DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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