Html Css Color HEX #A34FCA Deep Lilac

📋 copy color: '#A34FCA'

red 163 ◦ green 79 ◦ blue 202

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

Shades of Deep Lilac #A34FCA

Tints of Deep Lilac #A34FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 36.71%
G = 17.79%
B = 45.5%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A34FCA (or 0xA34FCA) is known color: Deep Lilac. HEX triplet: A3, 4F and CA. RGB value is (163,79,202). Sum of RGB (Red+Green+Blue) = 163+79+202=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #A34FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FCA is #5CB035. Grayscale: #757575. Windows color (decimal): -6074422 or 13258659. OLE color: 13258659.

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

Color convert

RGB 163 79 202 -
CMYK 0.19 0.61 0 0.21
HSL 280.98º 0.54% 0.55% -
HSV(B) 280.98º 0.61% 0.79% -
XYZ 28.56 17.64 57.78 -
YUV 118.14 175.33 160 -
System Red Green Blue C M Y K H S L
Decimal 163 79 202 0.19 0.61 0 0.21 280.98 0.54 0.55
Hex A3 4F CA 13 3D 0 15 119 36 37
Octal 243 117 312 23 75 0 25 431 66 67
Binary 10100011 1001111 11001010 10011 111101 0 10101 100011001 110110 110111

Color Harmonies of #A34FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FCA

Black with #A34FCA

Text Example


Text Example

White with #A34FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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