Html Css Color HEX #A34AD0 Deep Lilac

📋 copy color: '#A34AD0'

red 163 ◦ green 74 ◦ blue 208

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

Shades of Deep Lilac #A34AD0

Tints of Deep Lilac #A34AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.63%

 BLUE value IS 208 (81.64% from 255) = 46.74%

R = 36.63%
G = 16.63%
B = 46.74%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A34AD0 (or 0xA34AD0) is known color: Deep Lilac. HEX triplet: A3, 4A and D0. RGB value is (163,74,208). Sum of RGB (Red+Green+Blue) = 163+74+208=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #A34AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34AD0 is #5CB52F. Grayscale: #737373. Windows color (decimal): -6075696 or 13650595. OLE color: 13650595.

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

Color convert

RGB 163 74 208 -
CMYK 0.22 0.64 0 0.18
HSL 279.85º 0.59% 0.55% -
HSV(B) 279.85º 0.64% 0.82% -
XYZ 28.94 17.24 61.48 -
YUV 115.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 163 74 208 0.22 0.64 0 0.18 279.85 0.59 0.55
Hex A3 4A D0 16 40 0 12 118 3B 37
Octal 243 112 320 26 100 0 22 430 73 67
Binary 10100011 1001010 11010000 10110 1000000 0 10010 100011000 111011 110111

Color Harmonies of #A34AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34AD0

Black with #A34AD0

Text Example


Text Example

White with #A34AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34AD0; }

 p { color: rgb(163,74,208); }

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

background-color css

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

 a { background-color: rgb(163,74,208); }

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

border-color css

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

 span { border-color: rgb(163,74,208); }

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