Html Css Color HEX #A34FCC Deep Lilac

📋 copy color: '#A34FCC'

red 163 ◦ green 79 ◦ blue 204

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

Shades of Deep Lilac #A34FCC

Tints of Deep Lilac #A34FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 36.55%
G = 17.71%
B = 45.74%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A34FCC (or 0xA34FCC) is known color: Deep Lilac. HEX triplet: A3, 4F and CC. RGB value is (163,79,204). Sum of RGB (Red+Green+Blue) = 163+79+204=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #A34FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FCC is #5CB033. Grayscale: #757575. Windows color (decimal): -6074420 or 13389731. OLE color: 13389731.

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

Color convert

RGB 163 79 204 -
CMYK 0.20 0.61 0 0.2
HSL 280.32º 0.55% 0.55% -
HSV(B) 280.32º 0.61% 0.8% -
XYZ 28.8 17.74 59.03 -
YUV 118.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 163 79 204 0.20 0.61 0 0.2 280.32 0.55 0.55
Hex A3 4F CC 14 3D 0 14 118 37 37
Octal 243 117 314 24 75 0 24 430 67 67
Binary 10100011 1001111 11001100 10100 111101 0 10100 100011000 110111 110111

Color Harmonies of #A34FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FCC

Black with #A34FCC

Text Example


Text Example

White with #A34FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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