Html Css Color HEX #A55EC6 Deep Lilac

📋 copy color: '#A55EC6'

red 165 ◦ green 94 ◦ blue 198

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

Shades of Deep Lilac #A55EC6

Tints of Deep Lilac #A55EC6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.57%

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 36.11%
G = 20.57%
B = 43.33%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A55EC6 (or 0xA55EC6) is known color: Deep Lilac. HEX triplet: A5, 5E and C6. RGB value is (165,94,198). Sum of RGB (Red+Green+Blue) = 165+94+198=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #A55EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EC6 is #5AA139. Grayscale: #7E7E7E. Windows color (decimal): -5939514 or 13000357. OLE color: 13000357.

HSL color Cylindrical-coordinate representation of color #A55EC6: hue angle of 280.96º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A55EC6 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 94 198 -
CMYK 0.17 0.53 0 0.22
HSL 280.96º 0.48% 0.57% -
HSV(B) 280.96º 0.53% 0.78% -
XYZ 29.71 20.08 55.74 -
YUV 127.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 165 94 198 0.17 0.53 0 0.22 280.96 0.48 0.57
Hex A5 5E C6 11 35 0 16 119 30 39
Octal 245 136 306 21 65 0 26 431 60 71
Binary 10100101 1011110 11000110 10001 110101 0 10110 100011001 110000 111001

Color Harmonies of #A55EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EC6

Black with #A55EC6

Text Example


Text Example

White with #A55EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EC6; }

 p { color: rgb(165,94,198); }

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

background-color css

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

 a { background-color: rgb(165,94,198); }

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

border-color css

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

 span { border-color: rgb(165,94,198); }

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