Html Css Color HEX #A54FCD Deep Lilac

📋 copy color: '#A54FCD'

red 165 ◦ green 79 ◦ blue 205

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

Shades of Deep Lilac #A54FCD

Tints of Deep Lilac #A54FCD

RGB

 RED value IS 165 (64.84% from 255) = 36.75%

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

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

R = 36.75%
G = 17.59%
B = 45.66%

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

#A54FCD (or 0xA54FCD) is known color: Deep Lilac. HEX triplet: A5, 4F and CD. RGB value is (165,79,205). Sum of RGB (Red+Green+Blue) = 165+79+205=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #A54FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FCD is #5AB032. Grayscale: #767676. Windows color (decimal): -5943347 or 13455269. OLE color: 13455269.

HSL color Cylindrical-coordinate representation of color #A54FCD: hue angle of 280.95º 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 #A54FCD is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 79 205 -
CMYK 0.20 0.61 0 0.20
HSL 280.95º 0.56% 0.56% -
HSV(B) 280.95º 0.61% 0.8% -
XYZ 29.33 18 59.69 -
YUV 119.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 165 79 205 0.20 0.61 0 0.20 280.95 0.56 0.56
Hex A5 4F CD 14 3D 0 14 119 38 38
Octal 245 117 315 24 75 0 24 431 70 70
Binary 10100101 1001111 11001101 10100 111101 0 10100 100011001 111000 111000

Color Harmonies of #A54FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FCD

Black with #A54FCD

Text Example


Text Example

White with #A54FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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