Html Css Color HEX #A54BCD Deep Lilac

📋 copy color: '#A54BCD'

red 165 ◦ green 75 ◦ blue 205

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

Shades of Deep Lilac #A54BCD

Tints of Deep Lilac #A54BCD

RGB

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

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

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

R = 37.08%
G = 16.85%
B = 46.07%

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

#A54BCD (or 0xA54BCD) is known color: Deep Lilac. HEX triplet: A5, 4B and CD. RGB value is (165,75,205). Sum of RGB (Red+Green+Blue) = 165+75+205=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #A54BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BCD is #5AB432. Grayscale: #747474. Windows color (decimal): -5944371 or 13454245. OLE color: 13454245.

HSL color Cylindrical-coordinate representation of color #A54BCD: hue angle of 281.54º degrees, saturation: 0.57, 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 #A54BCD is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 75 205 -
CMYK 0.20 0.63 0 0.20
HSL 281.54º 0.57% 0.55% -
HSV(B) 281.54º 0.63% 0.8% -
XYZ 29.05 17.44 59.59 -
YUV 116.73 177.82 162.43 -
System Red Green Blue C M Y K H S L
Decimal 165 75 205 0.20 0.63 0 0.20 281.54 0.57 0.55
Hex A5 4B CD 14 3F 0 14 11A 39 37
Octal 245 113 315 24 77 0 24 432 71 67
Binary 10100101 1001011 11001101 10100 111111 0 10100 100011010 111001 110111

Color Harmonies of #A54BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BCD

Black with #A54BCD

Text Example


Text Example

White with #A54BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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