Html Css Color HEX #A050CB Deep Lilac

📋 copy color: '#A050CB'

red 160 ◦ green 80 ◦ blue 203

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

Shades of Deep Lilac #A050CB

Tints of Deep Lilac #A050CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 36.12%
G = 18.06%
B = 45.82%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A050CB (or 0xA050CB) is known color: Deep Lilac. HEX triplet: A0, 50 and CB. RGB value is (160,80,203). Sum of RGB (Red+Green+Blue) = 160+80+203=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #A050CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A050CB is #5FAF34. Grayscale: #757575. Windows color (decimal): -6270773 or 13324448. OLE color: 13324448.

HSL color Cylindrical-coordinate representation of color #A050CB: hue angle of 279.02º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A050CB is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 80 203 -
CMYK 0.21 0.61 0 0.20
HSL 279.02º 0.54% 0.55% -
HSV(B) 279.02º 0.61% 0.8% -
XYZ 28.15 17.52 58.4 -
YUV 117.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 160 80 203 0.21 0.61 0 0.20 279.02 0.54 0.55
Hex A0 50 CB 15 3D 0 14 117 36 37
Octal 240 120 313 25 75 0 24 427 66 67
Binary 10100000 1010000 11001011 10101 111101 0 10100 100010111 110110 110111

Color Harmonies of #A050CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A050CB

Black with #A050CB

Text Example


Text Example

White with #A050CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A050CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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