Html Css Color HEX #A54FCC Deep Lilac

📋 copy color: '#A54FCC'

red 165 ◦ green 79 ◦ blue 204

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

Shades of Deep Lilac #A54FCC

Tints of Deep Lilac #A54FCC

RGB

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

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

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

R = 36.83%
G = 17.63%
B = 45.54%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A54FCC (or 0xA54FCC) is known color: Deep Lilac. HEX triplet: A5, 4F and CC. RGB value is (165,79,204). Sum of RGB (Red+Green+Blue) = 165+79+204=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #A54FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FCC is #5AB033. Grayscale: #767676. Windows color (decimal): -5943348 or 13389733. OLE color: 13389733.

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

Color convert

RGB 165 79 204 -
CMYK 0.19 0.61 0 0.2
HSL 281.28º 0.55% 0.55% -
HSV(B) 281.28º 0.61% 0.8% -
XYZ 29.21 17.95 59.05 -
YUV 118.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 165 79 204 0.19 0.61 0 0.2 281.28 0.55 0.55
Hex A5 4F CC 13 3D 0 14 119 37 37
Octal 245 117 314 23 75 0 24 431 67 67
Binary 10100101 1001111 11001100 10011 111101 0 10100 100011001 110111 110111

Color Harmonies of #A54FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FCC

Black with #A54FCC

Text Example


Text Example

White with #A54FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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