Html Css Color HEX #A655C0 Deep Lilac

📋 copy color: '#A655C0'

red 166 ◦ green 85 ◦ blue 192

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

Shades of Deep Lilac #A655C0

Tints of Deep Lilac #A655C0

RGB

 RED value IS 166 (65.23% from 255) = 37.47%

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

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

R = 37.47%
G = 19.19%
B = 43.34%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A655C0 (or 0xA655C0) is known color: Deep Lilac. HEX triplet: A6, 55 and C0. RGB value is (166,85,192). Sum of RGB (Red+Green+Blue) = 166+85+192=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #A655C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655C0 is #59AA3F. Grayscale: #797979. Windows color (decimal): -5876288 or 12604838. OLE color: 12604838.

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

Color convert

RGB 166 85 192 -
CMYK 0.14 0.56 0 0.25
HSL 285.42º 0.46% 0.54% -
HSV(B) 285.42º 0.56% 0.75% -
XYZ 28.49 18.41 51.92 -
YUV 121.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 166 85 192 0.14 0.56 0 0.25 285.42 0.46 0.54
Hex A6 55 C0 E 38 0 19 11D 2E 36
Octal 246 125 300 16 70 0 31 435 56 66
Binary 10100110 1010101 11000000 1110 111000 0 11001 100011101 101110 110110

Color Harmonies of #A655C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655C0

Black with #A655C0

Text Example


Text Example

White with #A655C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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