Html Css Color HEX #A34FCD Deep Lilac

📋 copy color: '#A34FCD'

red 163 ◦ green 79 ◦ blue 205

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

Shades of Deep Lilac #A34FCD

Tints of Deep Lilac #A34FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 36.47%
G = 17.67%
B = 45.86%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A34FCD (or 0xA34FCD) is known color: Deep Lilac. HEX triplet: A3, 4F and CD. RGB value is (163,79,205). Sum of RGB (Red+Green+Blue) = 163+79+205=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #A34FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FCD is #5CB032. Grayscale: #767676. Windows color (decimal): -6074419 or 13455267. OLE color: 13455267.

HSL color Cylindrical-coordinate representation of color #A34FCD: hue angle of 280º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34FCD is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 79 205 -
CMYK 0.20 0.61 0 0.20
HSL 280º 0.56% 0.56% -
HSV(B) 280º 0.61% 0.8% -
XYZ 28.92 17.79 59.67 -
YUV 118.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 163 79 205 0.20 0.61 0 0.20 280 0.56 0.56
Hex A3 4F CD 14 3D 0 14 118 38 38
Octal 243 117 315 24 75 0 24 430 70 70
Binary 10100011 1001111 11001101 10100 111101 0 10100 100011000 111000 111000

Color Harmonies of #A34FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FCD

Black with #A34FCD

Text Example


Text Example

White with #A34FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FCD; }

 p { color: rgb(163,79,205); }

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

background-color css

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

 a { background-color: rgb(163,79,205); }

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

border-color css

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

 span { border-color: rgb(163,79,205); }

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