Html Css Color HEX #A554D0 Deep Lilac

📋 copy color: '#A554D0'

red 165 ◦ green 84 ◦ blue 208

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

Shades of Deep Lilac #A554D0

Tints of Deep Lilac #A554D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.51%

R = 36.11%
G = 18.38%
B = 45.51%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A554D0 (or 0xA554D0) is known color: Deep Lilac. HEX triplet: A5, 54 and D0. RGB value is (165,84,208). Sum of RGB (Red+Green+Blue) = 165+84+208=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #A554D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554D0 is #5AAB2F. Grayscale: #797979. Windows color (decimal): -5942064 or 13653157. OLE color: 13653157.

HSL color Cylindrical-coordinate representation of color #A554D0: hue angle of 279.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A554D0 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 84 208 -
CMYK 0.21 0.60 0 0.18
HSL 279.19º 0.57% 0.57% -
HSV(B) 279.19º 0.6% 0.82% -
XYZ 30.07 18.89 61.74 -
YUV 122.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 165 84 208 0.21 0.60 0 0.18 279.19 0.57 0.57
Hex A5 54 D0 15 3C 0 12 117 39 39
Octal 245 124 320 25 74 0 22 427 71 71
Binary 10100101 1010100 11010000 10101 111100 0 10010 100010111 111001 111001

Color Harmonies of #A554D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554D0

Black with #A554D0

Text Example


Text Example

White with #A554D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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