Html Css Color HEX #A05BBC Deep Lilac

📋 copy color: '#A05BBC'

red 160 ◦ green 91 ◦ blue 188

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

Shades of Deep Lilac #A05BBC

Tints of Deep Lilac #A05BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.73%

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 36.45%
G = 20.73%
B = 42.82%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A05BBC (or 0xA05BBC) is known color: Deep Lilac. HEX triplet: A0, 5B and BC. RGB value is (160,91,188). Sum of RGB (Red+Green+Blue) = 160+91+188=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #A05BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BBC is #5FA443. Grayscale: #7A7A7A. Windows color (decimal): -6267972 or 12344224. OLE color: 12344224.

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

Color convert

RGB 160 91 188 -
CMYK 0.15 0.52 0 0.26
HSL 282.68º 0.42% 0.55% -
HSV(B) 282.68º 0.52% 0.74% -
XYZ 27.32 18.59 49.72 -
YUV 122.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 160 91 188 0.15 0.52 0 0.26 282.68 0.42 0.55
Hex A0 5B BC F 34 0 1A 11B 2A 37
Octal 240 133 274 17 64 0 32 433 52 67
Binary 10100000 1011011 10111100 1111 110100 0 11010 100011011 101010 110111

Color Harmonies of #A05BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05BBC

Black with #A05BBC

Text Example


Text Example

White with #A05BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05BBC; }

 p { color: rgb(160,91,188); }

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

background-color css

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

 a { background-color: rgb(160,91,188); }

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

border-color css

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

 span { border-color: rgb(160,91,188); }

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