Html Css Color HEX #A55FC3 Deep Lilac

📋 copy color: '#A55FC3'

red 165 ◦ green 95 ◦ blue 195

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

Shades of Deep Lilac #A55FC3

Tints of Deep Lilac #A55FC3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.88%

 BLUE value IS 195 (76.56% from 255) = 42.86%

R = 36.26%
G = 20.88%
B = 42.86%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A55FC3 (or 0xA55FC3) is known color: Deep Lilac. HEX triplet: A5, 5F and C3. RGB value is (165,95,195). Sum of RGB (Red+Green+Blue) = 165+95+195=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #A55FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FC3 is #5AA03C. Grayscale: #7F7F7F. Windows color (decimal): -5939261 or 12804005. OLE color: 12804005.

HSL color Cylindrical-coordinate representation of color #A55FC3: hue angle of 282º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55FC3 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 95 195 -
CMYK 0.15 0.51 0 0.24
HSL 282º 0.45% 0.57% -
HSV(B) 282º 0.51% 0.76% -
XYZ 29.46 20.12 53.96 -
YUV 127.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 165 95 195 0.15 0.51 0 0.24 282 0.45 0.57
Hex A5 5F C3 F 33 0 18 11A 2D 39
Octal 245 137 303 17 63 0 30 432 55 71
Binary 10100101 1011111 11000011 1111 110011 0 11000 100011010 101101 111001

Color Harmonies of #A55FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FC3

Black with #A55FC3

Text Example


Text Example

White with #A55FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FC3; }

 p { color: rgb(165,95,195); }

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

background-color css

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

 a { background-color: rgb(165,95,195); }

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

border-color css

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

 span { border-color: rgb(165,95,195); }

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