Html Css Color HEX #A05CBA Deep Lilac

📋 copy color: '#A05CBA'

red 160 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #A05CBA

Tints of Deep Lilac #A05CBA

RGB

 RED value IS 160 (62.89% from 255) = 36.53%

 GREEN value IS 92 (36.33% from 255) = 21%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 36.53%
G = 21%
B = 42.47%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A05CBA (or 0xA05CBA) is known color: Deep Lilac. HEX triplet: A0, 5C and BA. RGB value is (160,92,186). Sum of RGB (Red+Green+Blue) = 160+92+186=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #A05CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CBA is #5FA345. Grayscale: #7A7A7A. Windows color (decimal): -6267718 or 12213408. OLE color: 12213408.

HSL color Cylindrical-coordinate representation of color #A05CBA: hue angle of 283.4º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05CBA is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 92 186 -
CMYK 0.14 0.51 0 0.27
HSL 283.4º 0.41% 0.55% -
HSV(B) 283.4º 0.51% 0.73% -
XYZ 27.19 18.67 48.63 -
YUV 123.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 160 92 186 0.14 0.51 0 0.27 283.4 0.41 0.55
Hex A0 5C BA E 33 0 1B 11B 29 37
Octal 240 134 272 16 63 0 33 433 51 67
Binary 10100000 1011100 10111010 1110 110011 0 11011 100011011 101001 110111

Color Harmonies of #A05CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CBA

Black with #A05CBA

Text Example


Text Example

White with #A05CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CBA; }

 p { color: rgb(160,92,186); }

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

background-color css

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

 a { background-color: rgb(160,92,186); }

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

border-color css

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

 span { border-color: rgb(160,92,186); }

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