Html Css Color HEX #A05CBF Deep Lilac

📋 copy color: '#A05CBF'

red 160 ◦ green 92 ◦ blue 191

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

Shades of Deep Lilac #A05CBF

Tints of Deep Lilac #A05CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.12%

R = 36.12%
G = 20.77%
B = 43.12%

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

#A05CBF (or 0xA05CBF) is known color: Deep Lilac. HEX triplet: A0, 5C and BF. RGB value is (160,92,191). Sum of RGB (Red+Green+Blue) = 160+92+191=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #A05CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CBF is #5FA340. Grayscale: #7B7B7B. Windows color (decimal): -6267713 or 12541088. OLE color: 12541088.

HSL color Cylindrical-coordinate representation of color #A05CBF: hue angle of 281.21º degrees, saturation: 0.44, 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 #A05CBF is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 92 191 -
CMYK 0.16 0.52 0 0.25
HSL 281.21º 0.44% 0.55% -
HSV(B) 281.21º 0.52% 0.75% -
XYZ 27.73 18.89 51.47 -
YUV 123.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 160 92 191 0.16 0.52 0 0.25 281.21 0.44 0.55
Hex A0 5C BF 10 34 0 19 119 2C 37
Octal 240 134 277 20 64 0 31 431 54 67
Binary 10100000 1011100 10111111 10000 110100 0 11001 100011001 101100 110111

Color Harmonies of #A05CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CBF

Black with #A05CBF

Text Example


Text Example

White with #A05CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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