Html Css Color HEX #A05BBD Deep Lilac

📋 copy color: '#A05BBD'

red 160 ◦ green 91 ◦ blue 189

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

Shades of Deep Lilac #A05BBD

Tints of Deep Lilac #A05BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 36.36%
G = 20.68%
B = 42.95%

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

#A05BBD (or 0xA05BBD) is known color: Deep Lilac. HEX triplet: A0, 5B and BD. RGB value is (160,91,189). Sum of RGB (Red+Green+Blue) = 160+91+189=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #A05BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BBD is #5FA442. Grayscale: #7A7A7A. Windows color (decimal): -6267971 or 12409760. OLE color: 12409760.

HSL color Cylindrical-coordinate representation of color #A05BBD: hue angle of 282.24º degrees, saturation: 0.43, 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 #A05BBD is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 91 189 -
CMYK 0.15 0.52 0 0.26
HSL 282.24º 0.43% 0.55% -
HSV(B) 282.24º 0.52% 0.74% -
XYZ 27.42 18.63 50.29 -
YUV 122.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 160 91 189 0.15 0.52 0 0.26 282.24 0.43 0.55
Hex A0 5B BD F 34 0 1A 11A 2B 37
Octal 240 133 275 17 64 0 32 432 53 67
Binary 10100000 1011011 10111101 1111 110100 0 11010 100011010 101011 110111

Color Harmonies of #A05BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05BBD

Black with #A05BBD

Text Example


Text Example

White with #A05BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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