Html Css Color HEX #A34CCD Deep Lilac

📋 copy color: '#A34CCD'

red 163 ◦ green 76 ◦ blue 205

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

Shades of Deep Lilac #A34CCD

Tints of Deep Lilac #A34CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.12%

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

R = 36.71%
G = 17.12%
B = 46.17%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A34CCD (or 0xA34CCD) is known color: Deep Lilac. HEX triplet: A3, 4C and CD. RGB value is (163,76,205). Sum of RGB (Red+Green+Blue) = 163+76+205=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #A34CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CCD is #5CB332. Grayscale: #747474. Windows color (decimal): -6075187 or 13454499. OLE color: 13454499.

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

Color convert

RGB 163 76 205 -
CMYK 0.20 0.63 0 0.20
HSL 280.47º 0.56% 0.55% -
HSV(B) 280.47º 0.63% 0.8% -
XYZ 28.71 17.36 59.6 -
YUV 116.72 177.82 161.01 -
System Red Green Blue C M Y K H S L
Decimal 163 76 205 0.20 0.63 0 0.20 280.47 0.56 0.55
Hex A3 4C CD 14 3F 0 14 118 38 37
Octal 243 114 315 24 77 0 24 430 70 67
Binary 10100011 1001100 11001101 10100 111111 0 10100 100011000 111000 110111

Color Harmonies of #A34CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CCD

Black with #A34CCD

Text Example


Text Example

White with #A34CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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