Html Css Color HEX #A56CB7 Deep Lilac

📋 copy color: '#A56CB7'

red 165 ◦ green 108 ◦ blue 183

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

Shades of Deep Lilac #A56CB7

Tints of Deep Lilac #A56CB7

RGB

 RED value IS 165 (64.84% from 255) = 36.18%

 GREEN value IS 108 (42.58% from 255) = 23.68%

 BLUE value IS 183 (71.88% from 255) = 40.13%

R = 36.18%
G = 23.68%
B = 40.13%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A56CB7 (or 0xA56CB7) is known color: Deep Lilac. HEX triplet: A5, 6C and B7. RGB value is (165,108,183). Sum of RGB (Red+Green+Blue) = 165+108+183=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 183 - color contains mainly: blue. Hex color #A56CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CB7 is #5A9348. Grayscale: #858585. Windows color (decimal): -5935945 or 12020901. OLE color: 12020901.

HSL color Cylindrical-coordinate representation of color #A56CB7: hue angle of 285.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56CB7 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 108 183 -
CMYK 0.10 0.41 0 0.28
HSL 285.6º 0.34% 0.57% -
HSV(B) 285.6º 0.41% 0.72% -
XYZ 29.43 22.14 47.52 -
YUV 133.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 165 108 183 0.10 0.41 0 0.28 285.6 0.34 0.57
Hex A5 6C B7 A 29 0 1C 11E 22 39
Octal 245 154 267 12 51 0 34 436 42 71
Binary 10100101 1101100 10110111 1010 101001 0 11100 100011110 100010 111001

Color Harmonies of #A56CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CB7

Black with #A56CB7

Text Example


Text Example

White with #A56CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CB7; }

 p { color: rgb(165,108,183); }

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

background-color css

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

 a { background-color: rgb(165,108,183); }

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

border-color css

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

 span { border-color: rgb(165,108,183); }

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