Html Css Color HEX #A554C0 Deep Lilac

📋 copy color: '#A554C0'

red 165 ◦ green 84 ◦ blue 192

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

Shades of Deep Lilac #A554C0

Tints of Deep Lilac #A554C0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.05%

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

R = 37.41%
G = 19.05%
B = 43.54%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A554C0 (or 0xA554C0) is known color: Deep Lilac. HEX triplet: A5, 54 and C0. RGB value is (165,84,192). Sum of RGB (Red+Green+Blue) = 165+84+192=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #A554C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554C0 is #5AAB3F. Grayscale: #787878. Windows color (decimal): -5942080 or 12604581. OLE color: 12604581.

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

Color convert

RGB 165 84 192 -
CMYK 0.14 0.56 0 0.25
HSL 285º 0.46% 0.54% -
HSV(B) 285º 0.56% 0.75% -
XYZ 28.2 18.15 51.89 -
YUV 120.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 165 84 192 0.14 0.56 0 0.25 285 0.46 0.54
Hex A5 54 C0 E 38 0 19 11D 2E 36
Octal 245 124 300 16 70 0 31 435 56 66
Binary 10100101 1010100 11000000 1110 111000 0 11001 100011101 101110 110110

Color Harmonies of #A554C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554C0

Black with #A554C0

Text Example


Text Example

White with #A554C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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