Html Css Color HEX #A54CBE Deep Lilac

📋 copy color: '#A54CBE'

red 165 ◦ green 76 ◦ blue 190

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

Shades of Deep Lilac #A54CBE

Tints of Deep Lilac #A54CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

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

R = 38.28%
G = 17.63%
B = 44.08%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A54CBE (or 0xA54CBE) is known color: Deep Lilac. HEX triplet: A5, 4C and BE. RGB value is (165,76,190). Sum of RGB (Red+Green+Blue) = 165+76+190=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #A54CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CBE is #5AB341. Grayscale: #737373. Windows color (decimal): -5944130 or 12471461. OLE color: 12471461.

HSL color Cylindrical-coordinate representation of color #A54CBE: hue angle of 286.84º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54CBE is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 76 190 -
CMYK 0.13 0.60 0 0.25
HSL 286.84º 0.47% 0.52% -
HSV(B) 286.84º 0.6% 0.75% -
XYZ 27.4 16.89 50.53 -
YUV 115.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 165 76 190 0.13 0.60 0 0.25 286.84 0.47 0.52
Hex A5 4C BE D 3C 0 19 11F 2F 34
Octal 245 114 276 15 74 0 31 437 57 64
Binary 10100101 1001100 10111110 1101 111100 0 11001 100011111 101111 110100

Color Harmonies of #A54CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CBE

Black with #A54CBE

Text Example


Text Example

White with #A54CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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