Html Css Color HEX #A755C1 Deep Lilac

📋 copy color: '#A755C1'

red 167 ◦ green 85 ◦ blue 193

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

Shades of Deep Lilac #A755C1

Tints of Deep Lilac #A755C1

RGB

 RED value IS 167 (65.63% from 255) = 37.53%

 GREEN value IS 85 (33.59% from 255) = 19.1%

 BLUE value IS 193 (75.78% from 255) = 43.37%

R = 37.53%
G = 19.1%
B = 43.37%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A755C1 (or 0xA755C1) is known color: Deep Lilac. HEX triplet: A7, 55 and C1. RGB value is (167,85,193). Sum of RGB (Red+Green+Blue) = 167+85+193=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #A755C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755C1 is #58AA3E. Grayscale: #797979. Windows color (decimal): -5810751 or 12670375. OLE color: 12670375.

HSL color Cylindrical-coordinate representation of color #A755C1: hue angle of 285.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A755C1 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 85 193 -
CMYK 0.13 0.56 0 0.24
HSL 285.56º 0.47% 0.55% -
HSV(B) 285.56º 0.56% 0.76% -
XYZ 28.81 18.56 52.52 -
YUV 121.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 167 85 193 0.13 0.56 0 0.24 285.56 0.47 0.55
Hex A7 55 C1 D 38 0 18 11E 2F 37
Octal 247 125 301 15 70 0 30 436 57 67
Binary 10100111 1010101 11000001 1101 111000 0 11000 100011110 101111 110111

Color Harmonies of #A755C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755C1

Black with #A755C1

Text Example


Text Example

White with #A755C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755C1; }

 p { color: rgb(167,85,193); }

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

background-color css

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

 a { background-color: rgb(167,85,193); }

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

border-color css

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

 span { border-color: rgb(167,85,193); }

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