Html Css Color HEX #A655BD Deep Lilac

📋 copy color: '#A655BD'

red 166 ◦ green 85 ◦ blue 189

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

Shades of Deep Lilac #A655BD

Tints of Deep Lilac #A655BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 37.73%
G = 19.32%
B = 42.95%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A655BD (or 0xA655BD) is known color: Deep Lilac. HEX triplet: A6, 55 and BD. RGB value is (166,85,189). Sum of RGB (Red+Green+Blue) = 166+85+189=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #A655BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655BD is #59AA42. Grayscale: #787878. Windows color (decimal): -5876291 or 12408230. OLE color: 12408230.

HSL color Cylindrical-coordinate representation of color #A655BD: hue angle of 286.73º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A655BD is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 85 189 -
CMYK 0.12 0.55 0 0.26
HSL 286.73º 0.44% 0.54% -
HSV(B) 286.73º 0.55% 0.74% -
XYZ 28.16 18.28 50.19 -
YUV 121.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 166 85 189 0.12 0.55 0 0.26 286.73 0.44 0.54
Hex A6 55 BD C 37 0 1A 11F 2C 36
Octal 246 125 275 14 67 0 32 437 54 66
Binary 10100110 1010101 10111101 1100 110111 0 11010 100011111 101100 110110

Color Harmonies of #A655BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655BD

Black with #A655BD

Text Example


Text Example

White with #A655BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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