Html Css Color HEX #A54BC0 Deep Lilac

📋 copy color: '#A54BC0'

red 165 ◦ green 75 ◦ blue 192

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

Shades of Deep Lilac #A54BC0

Tints of Deep Lilac #A54BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.36%

 BLUE value IS 192 (75.39% from 255) = 44.44%

R = 38.19%
G = 17.36%
B = 44.44%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A54BC0 (or 0xA54BC0) is known color: Deep Lilac. HEX triplet: A5, 4B and C0. RGB value is (165,75,192). Sum of RGB (Red+Green+Blue) = 165+75+192=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #A54BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BC0 is #5AB43F. Grayscale: #727272. Windows color (decimal): -5944384 or 12602277. OLE color: 12602277.

HSL color Cylindrical-coordinate representation of color #A54BC0: hue angle of 286.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54BC0 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 75 192 -
CMYK 0.14 0.61 0 0.25
HSL 286.15º 0.48% 0.52% -
HSV(B) 286.15º 0.61% 0.75% -
XYZ 27.55 16.84 51.67 -
YUV 115.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 165 75 192 0.14 0.61 0 0.25 286.15 0.48 0.52
Hex A5 4B C0 E 3D 0 19 11E 30 34
Octal 245 113 300 16 75 0 31 436 60 64
Binary 10100101 1001011 11000000 1110 111101 0 11001 100011110 110000 110100

Color Harmonies of #A54BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BC0

Black with #A54BC0

Text Example


Text Example

White with #A54BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BC0; }

 p { color: rgb(165,75,192); }

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

background-color css

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

 a { background-color: rgb(165,75,192); }

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

border-color css

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

 span { border-color: rgb(165,75,192); }

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