Html Css Color HEX #A050B2 Deep Lilac

📋 copy color: '#A050B2'

red 160 ◦ green 80 ◦ blue 178

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

Shades of Deep Lilac #A050B2

Tints of Deep Lilac #A050B2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 38.28%
G = 19.14%
B = 42.58%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A050B2 (or 0xA050B2) is known color: Deep Lilac. HEX triplet: A0, 50 and B2. RGB value is (160,80,178). Sum of RGB (Red+Green+Blue) = 160+80+178=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 178 - color contains mainly: blue. Hex color #A050B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A050B2 is #5FAF4D. Grayscale: #727272. Windows color (decimal): -6270798 or 11686048. OLE color: 11686048.

HSL color Cylindrical-coordinate representation of color #A050B2: hue angle of 288.98º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A050B2 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 80 178 -
CMYK 0.10 0.55 0 0.30
HSL 288.98º 0.39% 0.51% -
HSV(B) 288.98º 0.55% 0.7% -
XYZ 25.4 16.43 43.95 -
YUV 115.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 160 80 178 0.10 0.55 0 0.30 288.98 0.39 0.51
Hex A0 50 B2 A 37 0 1E 121 27 33
Octal 240 120 262 12 67 0 36 441 47 63
Binary 10100000 1010000 10110010 1010 110111 0 11110 100100001 100111 110011

Color Harmonies of #A050B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A050B2

Black with #A050B2

Text Example


Text Example

White with #A050B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A050B2; }

 p { color: rgb(160,80,178); }

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

background-color css

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

 a { background-color: rgb(160,80,178); }

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

border-color css

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

 span { border-color: rgb(160,80,178); }

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