Html Css Color HEX #A54FBE Deep Lilac

📋 copy color: '#A54FBE'

red 165 ◦ green 79 ◦ blue 190

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

Shades of Deep Lilac #A54FBE

Tints of Deep Lilac #A54FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 38.02%
G = 18.2%
B = 43.78%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A54FBE (or 0xA54FBE) is known color: Deep Lilac. HEX triplet: A5, 4F and BE. RGB value is (165,79,190). Sum of RGB (Red+Green+Blue) = 165+79+190=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #A54FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FBE is #5AB041. Grayscale: #757575. Windows color (decimal): -5943362 or 12472229. OLE color: 12472229.

HSL color Cylindrical-coordinate representation of color #A54FBE: hue angle of 286.49º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54FBE is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 79 190 -
CMYK 0.13 0.58 0 0.25
HSL 286.49º 0.46% 0.53% -
HSV(B) 286.49º 0.58% 0.75% -
XYZ 27.61 17.31 50.6 -
YUV 117.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 165 79 190 0.13 0.58 0 0.25 286.49 0.46 0.53
Hex A5 4F BE D 3A 0 19 11E 2E 35
Octal 245 117 276 15 72 0 31 436 56 65
Binary 10100101 1001111 10111110 1101 111010 0 11001 100011110 101110 110101

Color Harmonies of #A54FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FBE

Black with #A54FBE

Text Example


Text Example

White with #A54FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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