Html Css Color HEX #A655C1 Deep Lilac

📋 copy color: '#A655C1'

red 166 ◦ green 85 ◦ blue 193

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

Shades of Deep Lilac #A655C1

Tints of Deep Lilac #A655C1

RGB

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

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

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

R = 37.39%
G = 19.14%
B = 43.47%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A655C1 (or 0xA655C1) is known color: Deep Lilac. HEX triplet: A6, 55 and C1. RGB value is (166,85,193). Sum of RGB (Red+Green+Blue) = 166+85+193=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #A655C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655C1 is #59AA3E. Grayscale: #797979. Windows color (decimal): -5876287 or 12670374. OLE color: 12670374.

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

Color convert

RGB 166 85 193 -
CMYK 0.14 0.56 0 0.24
HSL 285º 0.47% 0.55% -
HSV(B) 285º 0.56% 0.76% -
XYZ 28.6 18.45 52.51 -
YUV 121.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 166 85 193 0.14 0.56 0 0.24 285 0.47 0.55
Hex A6 55 C1 E 38 0 18 11D 2F 37
Octal 246 125 301 16 70 0 30 435 57 67
Binary 10100110 1010101 11000001 1110 111000 0 11000 100011101 101111 110111

Color Harmonies of #A655C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655C1

Black with #A655C1

Text Example


Text Example

White with #A655C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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