Html Css Color HEX #A05CBE Deep Lilac

📋 copy color: '#A05CBE'

red 160 ◦ green 92 ◦ blue 190

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

Shades of Deep Lilac #A05CBE

Tints of Deep Lilac #A05CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 36.2%
G = 20.81%
B = 42.99%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A05CBE (or 0xA05CBE) is known color: Deep Lilac. HEX triplet: A0, 5C and BE. RGB value is (160,92,190). Sum of RGB (Red+Green+Blue) = 160+92+190=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #A05CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CBE is #5FA341. Grayscale: #7B7B7B. Windows color (decimal): -6267714 or 12475552. OLE color: 12475552.

HSL color Cylindrical-coordinate representation of color #A05CBE: hue angle of 281.63º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A05CBE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 92 190 -
CMYK 0.16 0.52 0 0.25
HSL 281.63º 0.43% 0.55% -
HSV(B) 281.63º 0.52% 0.75% -
XYZ 27.62 18.85 50.9 -
YUV 123.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 160 92 190 0.16 0.52 0 0.25 281.63 0.43 0.55
Hex A0 5C BE 10 34 0 19 11A 2B 37
Octal 240 134 276 20 64 0 31 432 53 67
Binary 10100000 1011100 10111110 10000 110100 0 11001 100011010 101011 110111

Color Harmonies of #A05CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CBE

Black with #A05CBE

Text Example


Text Example

White with #A05CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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