Html Css Color HEX #A755C0 Deep Lilac

📋 copy color: '#A755C0'

red 167 ◦ green 85 ◦ blue 192

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

Shades of Deep Lilac #A755C0

Tints of Deep Lilac #A755C0

RGB

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

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

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

R = 37.61%
G = 19.14%
B = 43.24%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A755C0 (or 0xA755C0) is known color: Deep Lilac. HEX triplet: A7, 55 and C0. RGB value is (167,85,192). Sum of RGB (Red+Green+Blue) = 167+85+192=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #A755C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755C0 is #58AA3F. Grayscale: #797979. Windows color (decimal): -5810752 or 12604839. OLE color: 12604839.

HSL color Cylindrical-coordinate representation of color #A755C0: hue angle of 285.98º 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 #A755C0 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 85 192 -
CMYK 0.13 0.56 0 0.25
HSL 285.98º 0.46% 0.54% -
HSV(B) 285.98º 0.56% 0.75% -
XYZ 28.7 18.52 51.93 -
YUV 121.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 167 85 192 0.13 0.56 0 0.25 285.98 0.46 0.54
Hex A7 55 C0 D 38 0 19 11E 2E 36
Octal 247 125 300 15 70 0 31 436 56 66
Binary 10100111 1010101 11000000 1101 111000 0 11001 100011110 101110 110110

Color Harmonies of #A755C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755C0

Black with #A755C0

Text Example


Text Example

White with #A755C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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